FeatureBaseBlueprint Class

Base class for feature definitions and feature usages

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public abstract class FeatureBaseBlueprint : IStateBlueprint
Inheritance
Object    FeatureBaseBlueprint
Derived
Implements
IStateBlueprint

Properties

IsFinalized If this blueprint was finalized
Item Access the properties directly
Properties A cloned list of the properties on the object
State The state the blueprint is currently in

Methods

CreateDebugHtmlPropertyGrid Create an HTML File depicting the placement of the properties in the feature, after the blueprint session has ended.
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
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