Property | Type | Description | |
---|---|---|---|
Records | List |
||
dateStamp | uint | ||
flags | uint | ||
groupType | uint |
Method | Description | |
---|---|---|
AddRecord ( |
Adds the given sub-record to the record.
|
|
Clone ( ) : |
Clones the record.
|
|
DeleteRecord ( |
Deletes the specified sub-record from the record.
|
|
GetData ( ) : byte[] |
Gets the record's data.
|
|
GetDesc ( ) : string |
Gets the description of the record.
|
|
GroupRecord ( string data ) : System |
A simple constructor that initializes the object with the given data.
|
|
SetData ( byte data ) : void |
Sets the record's data.
|
Method | Description | |
---|---|---|
GetIDs ( bool lower ) : List |
Gets the ids of the sub-records in the record.
|
|
GetReadonlyData ( ) : byte[] | ||
GetSubDesc ( ) : string | ||
GroupRecord ( |
The copy constructor.
|
|
GroupRecord ( uint Size, |
A simple constructor that initializes the object with the given values.
|
|
SaveData ( |
public AddRecord ( |
||
br | The record to add. | |
return | void |
public DeleteRecord ( |
||
br | The record to delete. | |
return | void |
public GroupRecord ( string data ) : System | ||
data | string | The group record data. |
return | System |
public SetData ( byte data ) : void | ||
data | byte | The new record data. |
return | void |