FeatureUsageBlueprint Class

Describes a feature used in a template

Definition

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

Properties

DisplayName The display name of the feature
FeatureId The ID of the origin feature
Height The height in cells of the feature inside the template
Id The ID of the feature override
IsFinalized If this blueprint was finalized
(Inherited from FeatureBaseBlueprint)
Item Access the properties directly
(Inherited from FeatureBaseBlueprint)
Properties A cloned list of the properties on the object
(Inherited from FeatureBaseBlueprint)
SortOrder The sort order of the feature inside the template
State The state the blueprint is currently in
(Inherited from FeatureBaseBlueprint)
TechnicalName The technical name of the feature
Width The width in cells of the feature inside the template

Methods

CreateDebugHtmlPropertyGrid Create an HTML File depicting the placement of the properties in the feature, after the blueprint session has ended.
(Inherited from FeatureBaseBlueprint)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
PropertyTPropertyBlueprint Access the given property
(Inherited from FeatureBaseBlueprint)
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