QueryStripPropertyBlueprint Class

A query strip in the model customization

Definition

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

Constructors

QueryStripPropertyBlueprintInitializes a new instance of the QueryStripPropertyBlueprint class

Properties

AddToXMLExport Should this property be added to the xml export
(Inherited from PropertyBlueprint)
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)
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)
Query The query used to automatically populate the strip
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

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