Show / Hide Table of Contents

    Class GlobalIdentifier

    Represents an entity unique key and its database identifier.

    Inheritance
    Object
    LocalIdentifier
    GlobalIdentifier
    Implements
    IEquatable<LocalIdentifier>
    Inherited Members
    LocalIdentifier.Equals(LocalIdentifier)
    LocalIdentifier.Equals(Object)
    LocalIdentifier.Equals(LocalIdentifier, LocalIdentifier)
    LocalIdentifier.GetHashCode()
    LocalIdentifier.ToString()
    LocalIdentifier.Id
    LocalIdentifier.EntityType
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    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

    Implements

    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation