TableObject Class |
Namespace: netDxf.Tables
public abstract class TableObject : DxfObject, ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>
The TableObject type exposes the following members.
| Name | Description | |
|---|---|---|
| TableObject |
Initializes a new instance of the TableObject class.
|
| Name | Description | |
|---|---|---|
| CodeName |
Gets the DXF object name.
(Inherited from DxfObject.) | |
| Handle |
Gets the handle assigned to the DXF object.
(Inherited from DxfObject.) | |
| InvalidCharacters |
Gets the array of characters not supported as table object names.
| |
| IsReserved |
Gets if the table object is reserved and cannot be deleted.
| |
| Name |
Gets the name of the table object.
| |
| Owner |
Gets the owner of the actual DxfObject.
(Inherited from DxfObject.) |
| Name | Description | |
|---|---|---|
| Clone |
Creates a new table object that is a copy of the current instance.
| |
| Clone(String) |
Creates a new table object that is a copy of the current instance.
| |
| CompareTo(Object) |
Compares the current TableObject with another TableObject of the same type.
| |
| CompareTo(TableObject) |
Compares the current TableObject with another TableObject of the same type.
| |
| Equals(Object) |
Check if two TableObject are equal.
(Overrides ObjectEquals(Object).) | |
| Equals(TableObject) |
Check if two TableObject are equal.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValidName |
Checks if a string is valid as a table object name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnNameChangedEvent | ||
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.) |
| Name | Description | |
|---|---|---|
| NameChanged |