Class RecordID
Represents a record ID.
[Serializable]
public class RecordID : GuidDMAObjectRef<RecordID>
- Inheritance
-
RecordID
- Inherited Members
- Extension Methods
Constructors
- RecordID()
Initializes a new instance of the RecordID class.
- RecordID(Guid)
Initializes a new instance of the RecordID class with the specified ID.
Properties
- Id
Gets the record ID.
Methods
- Build(SimpleByteReader)
Creates a new RecordID instance from the specified SimpleByteReader.
- ToFileFriendlyString()
Returns a file-friendly string that represents the current object.
- ToString()
Returns a string that represents the current object.