Click or drag to resize

CtcObjectBase Class

Abstract base class for CTC and switchboard objects.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCCtcObjectBase
    More...

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public MustInherit Class CtcObjectBase
	Implements ISerializable, ICloneable, ICtcObjectBase

The CtcObjectBase type exposes the following members.

Constructors
  NameDescription
Protected methodCtcObjectBase
Initializes a new instance of the CtcObjectBase class
Protected methodCtcObjectBase(SerializationInfo, StreamingContext)
Initializes a new instance of the CtcObjectBase class
Top
Properties
  NameDescription
Public propertyDefaultName
Gets the default identifiable name assigned to this CTC object.
Public propertyID
Gets the CTC object's globaly unique static identifier.
Public propertyIsDeleted
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf.
Public propertyName
Gets or sets the identifiable name assigned to this CTC object.
Public propertyParent
Gets the parent list that contains this CTC object.
Public propertyPersistedTag
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.
Public propertyTag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
Top
Methods
  NameDescription
Protected methodClone
Used internally.
Public methodDeleteSelf
Deletes this CTC object.
Protected methodGetObjectData
Protected methodInitStoredState
Used internally during deserialization.
Public methodNotifyObjectChanged
Raises the ObjectChanged event for this object.
Top
Fields
See Also
Inheritance Hierarchy