TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct DatasetId in Tinman.Terrain.Datasets

struct DatasetId implements IComparable<DatasetId>
  IEquatable<DatasetId>

Configuration

Config

The configurator object for this type.

public static property Config { get }
type IConfigurator<DatasetId>
value [not-null] The configurator object.

Public / Constants

None

No dataset ID.

public static readonly field None
type DatasetId

Public / Attributes

Guid

The GUID which uniquely identifies the dataset.

public readonly field Guid
type GUID

IsValid

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).

Revision

The logical data version of the dataset.

public readonly field Revision
type int32

Remarks:

The revision number is incremented for each persistent update.

Public / Constructors

DatasetId

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 / Methods

CompareTo

public method CompareTo (DatasetId other)
type int32
params other

Equals

public method Equals (DatasetId other)
type bool
params other

ToString

public override method ToString ()
type string