PropertyAssignmentStatus Enumeration

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public enum PropertyAssignmentStatus

Members

Success1 
Failure2 The assignment failed for an undefined reason.
FailureCollectionAssignment3 The assignment failed for an undefined reason. However, one or more of the property assignments may have succeeded.
PropertyIsNull4 The specified property is null.
PropertyNotFoundInDb5 The specified property could not be found in the database.
EmptyCollection6 The specified collection had no entities to assign properties to.
IncompatiblePropertyAssignment7 The specified property is incompatible with the entity. i.e. Assigning a Non-FEA zone to an FEA load property.
EntityDoesNotExist8 

See Also