Search Results for

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

    Implements

    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation