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
public sealed class GlobalIdentifier : LocalIdentifier, IEquatable<LocalIdentifier>
  Constructors
GlobalIdentifier()
Declaration
public GlobalIdentifier()
  Properties
Key
Gets or sets the globally unique identifier.
Declaration
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
public string Requirements { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String |