Class CadDataTable

CadDataTable class

Class describing DATATABLE object.

public class CadDataTable : CadBaseObject

Constructors

NameDescription
CadDataTable()Initializes a new instance of the CadDataTable class.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
ChildObjects { get; set; }Gets or sets the child objects.
ColumnsNumber { get; set; }Gets or sets the columns number.
DataTableColumns { get; set; }Gets or sets the data table columns.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
HardOwner { get; set; }Gets or sets the hard owner.
HardPointerIds { get; set; }Gets or sets the hard pointer ids.
HardPointerOwnerships { get; set; }Gets or sets the hard pointer ownerships.
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
Reactors { get; set; }Get or sets the reactors handle
SoftOwner { get; set; }Gets or sets the soft owner.
SoftPointerIdsHandle { get; set; }Gets or sets the soft pointer ids handle.
SoftPointerIdsHandleToObjectValues { get; set; }Gets or sets the soft pointer ids handle to object values.
SoftPointerOwnserships { get; set; }Gets or sets the soft pointer ownserships.
TableName { get; set; }Gets or sets the name of the table.
TypeName { get; }Gets the name of the type.
ValidRowsNumber { get; set; }Gets or sets the valid rows number.
Version { get; set; }Gets or sets the version.
XdataContainer { get; set; }Gets or sets the xdata container.

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also