![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Public Member Functions | |
RecordDataKey (string name, int index) | |
Constructor. More... | |
override bool | Equals (object obj) |
Overridden. More... | |
override int | GetHashCode () |
Overridden. More... | |
override string | ToString () |
Overridden. More... | |
Properties | |
string | RecordName [get, set] |
Get the record name. More... | |
int | Index [get, set] |
Get the index. More... | |
Record data key.
This is immutable (and must stay that way).
PushTechnology.DiffusionCore.Messaging.Data.record.RecordDataKey.RecordDataKey | ( | string | name, |
int | index | ||
) |
Constructor.
name | |
index |
override bool PushTechnology.DiffusionCore.Messaging.Data.record.RecordDataKey.Equals | ( | object | obj | ) |
Overridden.
obj |
override int PushTechnology.DiffusionCore.Messaging.Data.record.RecordDataKey.GetHashCode | ( | ) |
Overridden.
override string PushTechnology.DiffusionCore.Messaging.Data.record.RecordDataKey.ToString | ( | ) |
Overridden.
|
getset |
Get the index.
|
getset |
Get the record name.