The CtcObjectBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CtcObjectBase()()()() |
Initializes a new instance of the CtcObjectBase class
|
|
|
CtcObjectBase(SerializationInfo, StreamingContext) |
Initializes a new instance of the CtcObjectBase class
|
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Used internally.
|
|
|
DeleteSelf |
Deletes this CTC object.
|
|
|
Equals | (Inherited from Object.) |
|
|
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.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetObjectData | |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
InitStoredState |
Used internally during deserialization.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
NotifyObjectChange |
Raises the ObjectChangedevent for this object.
|
|
|
ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
_blnDeleted | |
|
|
_objParent | |
|
|
_objPersistedTag | |
|
|
_objStoredState | |
|
|
_sctId | |
|
|
_strDefaultName | |
|
|
_strName |
Properties
| Name | Description | |
|---|---|---|
|
|
DefaultName |
Gets the default identifiable name assigned to this CTC object.
|
|
|
ID |
Gets the CTC object's globaly unique static identifier.
|
|
|
IsDeleted |
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf()()()().
|
|
|
Name |
Gets or sets the identifiable name assigned to this CTC object.
|
|
|
Parent |
Gets the parent collection that contains this CTC object.
|
|
|
PersistedTag |
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.
|
|
|
Tag |
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
|