CtcObjectBase Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public MustInherit Class CtcObjectBase Implements ISerializable, ICloneable, ICtcObjectBase
The CtcObjectBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | CtcObjectBase | Initializes a new instance of the CtcObjectBase class |
![]() | CtcObjectBase(SerializationInfo, StreamingContext) | Initializes a new instance of the CtcObjectBase class |
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 list 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. |
Name | Description | |
---|---|---|
![]() | Clone | Used internally. |
![]() | DeleteSelf | Deletes this CTC object. |
![]() | GetObjectData | |
![]() | InitStoredState | Used internally during deserialization. |
![]() | NotifyObjectChanged | Raises the ObjectChanged event for this object. |