ModelIdentifier Class

Represents the unique identifier for a schema model.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelIdentifier

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Class ModelIdentifier _
    Implements IEquatable(Of ModelIdentifier), IModelEntity
public class ModelIdentifier : IEquatable<ModelIdentifier>, 
    IModelEntity
public ref class ModelIdentifier : IEquatable<ModelIdentifier^>, 
    IModelEntity
type ModelIdentifier =  
    class
        interface IEquatable<ModelIdentifier>
        interface IModelEntity
    end
public class ModelIdentifier implements IEquatable<ModelIdentifier>, IModelEntity

The ModelIdentifier type exposes the following members.

Constructors

  Name Description
Protected method ModelIdentifier Initializes a new instance of the ModelIdentifier class.

Top

Properties

  Name Description
Public property ExternalParts Gets a list of the external reference parts if the identifier is external to the current model.
Public property Model Gets the ModelStore to which this identifier applies.
Public property Parts Gets a list of the parts of the identifier.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)
Public method Equals(ModelIdentifier) Determines whether the provided model identifiers and the current identifier are equal.
Public methodStatic member Equals(ModelIdentifier, ModelIdentifier) Determines whether the two provided model identifiers are equal.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace