Class RecordCellDefinition
Represents a record cell definition.
[Serializable]
public sealed class RecordCellDefinition
- Inheritance
-
RecordCellDefinition
- Extension Methods
Constructors
- RecordCellDefinition()
Initializes a new instance of the RecordCellDefinition class.
Fields
- SupportedTypes
List of the supported types. The supported types are: string, double, long, DateTime.
Properties
- CellType
Gets or sets the cell type.
- ID
Gets or sets the record cell definition ID.
- Name
Gets or sets the record cell definition name.
Methods
- Equals(RecordCellDefinition)
Indicates whether the current object is equal to another object of the same type.
- Equals(object)
Determines whether the specified object is equal to the current object.
- GetHashCode()
Calculates the hash code for this object.
- ToString()
Returns a string that represents the current object.