Class Record
Represents a record consisting of cell values complying with its corresponding record definition.
[Serializable]
public sealed class Record : CustomDataType, DataType, IManagerIdentifiableObject<RecordID>, ITrackLastModified
- Inheritance
-
Record
- Implements
- Extension Methods
Constructors
Properties
- Cells
Gets the record cells.
- ID
Gets or sets the record ID.
- RecordDefinitionID
Gets or sets the record definition ID.
Methods
- AsJsonSerializableDictionary()
Returns this Job as a JSON serializable dictionary.
- Equals(Record)
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.
- FromJson(string)
Deserializes the specified JSON string into a new instance of this class.
- GetHashCode()
Calculates the hash code for this object.
- ToFilter<T>()
Creates a FilterElement<T> instance for this object.
- ToJson()
Retrieves the JSON representation of this object.
- ToString()
Returns a string that represents the current object.