ApiSessionBeginNewPropertyDefinitionTPropertyBlueprint Method

Create a new property definition for the given model customization property type.

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public PropertyDefinitionBlueprint<TPropertyBlueprint> BeginNewPropertyDefinition<TPropertyBlueprint>()
where TPropertyBlueprint : new(), PropertyBlueprint

Type Parameters

TPropertyBlueprint
The model customization property type

Return Value

PropertyDefinitionBlueprintTPropertyBlueprint
A definition blueprint to prepare the PropertyDefinition, remember to call EndPropertyDefinitionTPropertyBlueprint(PropertyDefinitionBlueprintTPropertyBlueprint) to actually create the articy objects.

See Also