DropDownPropertyBlueprint Class
A drop-down (Enum) property for the model customization
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 DropDownPropertyBlueprint : PropertyBlueprint- Inheritance
- Object PropertyBlueprint DropDownPropertyBlueprint
Constructors
| DropDownPropertyBlueprint | Initializes a new instance of the DropDownPropertyBlueprint class |
Properties
| AddToXMLExport |
Should this property be added to the xml export
(Inherited from PropertyBlueprint) |
| DefaultValue | The index of the entry, that is the default value. |
| DisplayName |
The display name of the object.
(Inherited from PropertyBlueprint) |
| Entries | The current entries |
| 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) |
| IsMultiLanguage | Denotes if this property is multi-language |
| IsReadOnly |
Is the property value readonly on an object
(Inherited from PropertyBlueprint) |
| IsSearchable | If the drop-down can be searched in ui |
| 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) |
| ShowInFlow | Is this property visible in the flow, when template information are shown |
| SortByDisplayName | If the values should be sorted in the ui by display name or by their sort index |
| 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
| AddDropDownEntry | Add a new entry to the drop-down menu. |
| 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) |
| PopulateFromEnum(Type) | Sets new entries based upon a given C# enum |
| PopulateFromEnumTEnum | Sets new entries based upon a given C# enum |
| 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) |