ObjectCreationContextArgs Class

The context args object for the IsObjectCreationAllowed method

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class ObjectCreationContextArgs
Inheritance
Object    ObjectCreationContextArgs

Properties

ObjectCreationMenuContext 
ObjectType The object type that should be created
Speaker The speaker that should be assigned. Only set when DialogueFragments from the quick create context menu.
Template The reference of the template that should be assigned. Used when objects are created from the toolbar of by the quick create context menu

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)
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