ScriptPropertyBlueprint Class
A script
Definition
Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class ScriptPropertyBlueprint : PropertyBlueprint- Inheritance
- Object PropertyBlueprint ScriptPropertyBlueprint
Constructors
| ScriptPropertyBlueprint | Initializes a new instance of the ScriptPropertyBlueprint class |
Properties
| AddToXMLExport |
Should this property be added to the xml export
(Inherited from PropertyBlueprint) |
| DefaultValue | The default script value |
| DisplayName |
The display name of the object.
(Inherited from PropertyBlueprint) |
| ExpressionType | The expression type of the script. |
| 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) |
| OriginPropertyDefinition |
The id of a property definition this property derives from
(Inherited from PropertyBlueprint) |
| Placeholder | The placeholder or watermark |
| PositionWasChanged |
If the position was changed in this session
(Inherited from PropertyBlueprint) |
| ShowInFlow | Is this property visible in the flow, when template information are shown |
| Size | The size of the property |
| 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) |
| Width |
The width in cells of the object
(Overrides PropertyBlueprintWidth) |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetIdentifiableName |
Creates a name of the given property for debugging purposes.
(Inherited from PropertyBlueprint) |
| GetType | Gets 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) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |