NumberPropertyBlueprint Class

A number property in the model customization

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class NumberPropertyBlueprint : PropertyBlueprint
Inheritance
Object    PropertyBlueprint    NumberPropertyBlueprint

Constructors

NumberPropertyBlueprintInitializes a new instance of the NumberPropertyBlueprint class

Properties

AddToXMLExport Should this property be added to the xml export
(Inherited from PropertyBlueprint)
DefaultValue The default value
DisplayName The display name of the object.
(Inherited from PropertyBlueprint)
GridX The x position in cells of the object
(Inherited from PropertyBlueprint)
GridY The y position in cells of the object
(Inherited from PropertyBlueprint)
Height The height in cells of the object
(Overrides PropertyBlueprintHeight)
Id The id of the property, if it existed beforehand, otherwise 0
(Inherited from PropertyBlueprint)
IsFinalized If this blueprint was finalized
(Inherited from PropertyBlueprint)
IsMandatory Is this property mandatory to be set on an object in articy
(Inherited from PropertyBlueprint)
IsReadOnly Is the property value readonly on an object
(Inherited from PropertyBlueprint)
MaximumValue The maximum value
MinimumValue The minimum value
OriginPropertyDefinition The id of a property definition this property derives from
(Inherited from PropertyBlueprint)
PositionWasChanged If the position was changed in this session
(Inherited from PropertyBlueprint)
Precision The amount of fractional digits
ShowInFlow Is this property visible in the flow, when template information are shown
State The state the blueprint is currently in
(Inherited from PropertyBlueprint)
Tag Additional payload for the user
(Inherited from PropertyBlueprint)
TechnicalName The technical name of the object
(Inherited from PropertyBlueprint)
Tooltip The ui tooltip of this property
(Inherited from PropertyBlueprint)
Unit A unit, like px, miles, pound.
UseDigitGrouping Should the display in articy use digit grouping
Width The width in cells of the object
(Overrides PropertyBlueprintWidth)

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.
(Inherited from PropertyBlueprint)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MarkForDeletion Marks the underlying property for deletion.
(Inherited from PropertyBlueprint)
SetPosition Set the position of a placeable element
(Inherited from PropertyBlueprint)
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