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>
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
ObjectModelType(Type type) |
void |
Initializes a new instance of the Korzh.EasyQuery.ObjectModelType class. |
Properties
Name | Type | Description |
---|---|---|
Type | Type |
Gets or sets the type. |
Methods
Name | Type | Description |
---|---|---|
Equals(ObjectModelType other) | bool |
Indicates whether the current object is equal to another object of the same type. |
Equals(object obj) |
bool |
Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | int |
Returns a hash code for this instance. |