UniqueId Class Breeze.sharp
Represents the combination of a specific StructuralProperty and value.
Inheritance Hierarchy

SystemObject
  Breeze.SharpUniqueId

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public class UniqueId : IComparable

The UniqueId type exposes the following members.

Constructors

  NameDescription
Public methodUniqueId
Creates a new instance of UniqueId.
Top
Methods

  NameDescription
Public methodCompareTo
CompareTo(Object) implementation.
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a human readable representation of this UniqueId.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyProperty
Returns the EntityProperty associated with this UniqueId.
Public propertyValue
Returns the Value associated with this UniqueId.
Top
Remarks

UniqueIds are used when implementing the [!:IIdGenerator] interface.
See Also

Reference