PropertyBlueprint Class

Base class for all property blueprints in a feature usage or feature definition

Definition

Properties

AddToXMLExport Should this property be added to the xml export
DisplayName The display name of the object.
GridX The x position in cells of the object
GridY The y position in cells of the object
Height The height in cells of the object
Id The id of the property, if it existed beforehand, otherwise 0
IsFinalized If this blueprint was finalized
IsMandatory Is this property mandatory to be set on an object in articy
IsReadOnly Is the property value readonly on an object
OriginPropertyDefinition The id of a property definition this property derives from
PositionWasChanged If the position was changed in this session
State The state the blueprint is currently in
Tag Additional payload for the user
TechnicalName The technical name of the object
Tooltip The ui tooltip of this property
Width The width in cells of the object

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetIdentifiableName Creates a name of the given property for debugging purposes.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MarkForDeletion Marks the underlying property for deletion.
SetPosition Set the position of a placeable element
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also