The CtcObjectBase type exposes the following members.

Constructors

  Name Description
Protected method CtcObjectBase()()()()
Initializes a new instance of the CtcObjectBase class
Protected method CtcObjectBase(SerializationInfo, StreamingContext)
Initializes a new instance of the CtcObjectBase class

Methods

  Name Description
Protected method Clone
Used internally.
Public method DeleteSelf
Deletes this CTC object.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetObjectData
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method InitStoredState
Used internally during deserialization.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyObjectChange
Raises the ObjectChangedevent for this object.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

Properties

  Name Description
Public property DefaultName
Gets the default identifiable name assigned to this CTC object.
Public property ID
Gets the CTC object's globaly unique static identifier.
Public property IsDeleted
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf()()()().
Public property Name
Gets or sets the identifiable name assigned to this CTC object.
Public property Parent
Gets the parent collection that contains this CTC object.
Public property PersistedTag
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.
Public property Tag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.

See Also