Class GlobalIdentifier
Represents an entity unique key and its database identifier.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services.Export
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Name = "GlobalId", Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class GlobalIdentifier : LocalIdentifier, IEquatable<LocalIdentifier>
Constructors
GlobalIdentifier()
Declaration
public GlobalIdentifier()
Properties
Key
Gets or sets the globally unique identifier.
Declaration
[DataMember]
public Guid Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Requirements
Gets or sets the comma separated list of additional properties that identified entity must posses.
Declaration
[DataMember(EmitDefaultValue = false)]
public string Requirements { get; set; }
Property Value
| Type | Description |
|---|---|
| string |