Class MetadataIdProperty
Represents metadata property referencing database object by ID.
public class MetadataIdProperty : MetadataProperty
- Inheritance
-
MetadataIdProperty
- Inherited Members
Constructors
MetadataIdProperty(Guid)
Creates new instance of MetadataIdProperty.
public MetadataIdProperty(Guid dbId)
Parameters
dbId
Guid
Properties
Id
Gets ID of referenced object.
public Guid Id { get; }
Property Value
Methods
Equals(MetadataIdProperty)
public bool Equals(MetadataIdProperty other)
Parameters
other
MetadataIdProperty
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
- bool
true if the specified object is equal to the current object; otherwise, false.
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
public override string ToString()