Skip to main content

objectmodeltype-class

Represents a vertex of the entity graph defined in Korzh.EasyQuery.Linq.Graph. Used in Korzh.EasyQuery.DataModel.LoadFromContext(System.Type) method

public class Korzh.EasyQuery.ObjectModelType
: IEquatable<ObjectModelType>

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
ObjectModelType(Type type)voidInitializes a new instance of the Korzh.EasyQuery.ObjectModelType class.

Properties

NameTypeDescription
TypeTypeGets or sets the type.

Methods

NameTypeDescription
Equals(ObjectModelType other)boolIndicates whether the current object is equal to another object of the same type.
Equals(object obj)boolIndicates whether the current object is equal to another object of the same type.
GetHashCode()intReturns a hash code for this instance.