PropertyDefinitionBlueprintTPropertyBlueprint Class

A property definition

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class PropertyDefinitionBlueprint<TPropertyBlueprint> : IStateBlueprint
where TPropertyBlueprint : PropertyBlueprint
Inheritance
Object    PropertyDefinitionBlueprintTPropertyBlueprint
Implements
IStateBlueprint

Type Parameters

TPropertyBlueprint

Properties

Id The property definitions id, if it existed beforehand, otherwise 0
IsFinalized If this blueprint was finalized
Parent The hierarchical parent of the property definition
Property The underlying property blueprint
State The state the blueprint is currently in

Methods

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)
MarkForDeletion Marks the underlying property definition for deletion.
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