Class Entity
Last update: 16.07.2025Namespace: VM.Models.FE.Mesh
Assembly: VM.Models.FE.Mesh.dll
public abstract class Entity : IEntity
Inheritance
Derived
Element, HasMultipleNodes, Material, Node, Solid
Implements
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Entity()
protected Entity()
Properties
Id
[Column(IsPrimaryKey = true)]
public int Id { get; set; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj object
Returns
FromByteArray(byte[])
protected static T FromByteArray<t>(byte[] arr)
Parameters
arr byte[]
Returns
T
Type Parameters
T
GetHashCode()
public override int GetHashCode()
Returns
ToByteArray(T)
protected static byte[] ToByteArray<t>(T value)
Parameters
value T
Returns
byte[]
Type Parameters
T