EntityWithAssignableProperties Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public abstract class EntityWithAssignableProperties : IdNameEntityRenameable
Inheritance
Object    IdEntity    IdNameEntity    IdNameEntityRenameable    EntityWithAssignableProperties
Derived

Properties

AssignedAnalysisProperty Get the analysis property assigned to this Entity. Returns null if none is assigned.
AssignedDesignProperty Get the design property assigned to this Entity. Returns null if none is assigned.
AssignedLoadProperty Get the load property assigned to this Entity. Returns null if none is assigned.
Id
(Inherited from IdEntity)
Name
(Inherited from IdNameEntity)

Methods

AssignAnalysisProperty 
AssignDesignProperty 
AssignLoadProperty 
AssignProperty Assign a Property to this entity.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Rename
(Inherited from IdNameEntityRenameable)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also