struct
|
DatasetId
|
implements
|
IComparable<DatasetId>
|
||
IEquatable<DatasetId>
|
The configurator object for this type.
public
static
property
|
Config
{
get
}
|
||
type
|
IConfigurator<DatasetId>
|
||
value
|
|
The configurator object. |
No dataset ID.
public
static
readonly
field
|
None
|
||
type
|
DatasetId
|
The GUID which uniquely identifies the dataset.
public
readonly
field
|
Guid
|
||
type
|
GUID
|
Is this a valid dataset ID?
public
property
|
IsValid
{
get
}
|
||
type
|
bool
|
||
value
|
true
if
this
dataset
ID
is
valid,
false
if
not
(i.e.
it
is
equal
to
None).
|
The logical data version of the dataset.
public
readonly
field
|
Revision
|
||
type
|
int32
|
Remarks:
The revision number is incremented for each persistent update.
Creates a new instance of DatasetId.
public
constructor
|
DatasetId
(GUID guid,
int32 revision = 1)
|
||
params
|
guid
|
The GUID which uniquely identifies the dataset. | |
revision
|
The
logical
data
version
of
the
dataset.
Defaults
to
1 .
|
public
method
|
CompareTo
(DatasetId other)
|
||
type
|
int32
|
||
params
|
other
|
public
method
|
Equals
(DatasetId other)
|
||
type
|
bool
|
||
params
|
other
|
public
override
method
|
ToString
()
|
||
type
|
string
|