Table of Contents

Class CompositionLoadingContext

Namespace
StockSharp.Diagram
Assembly
StockSharp.Diagram.Core.dll

Loading context.

public class CompositionLoadingContext
Inheritance
CompositionLoadingContext
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the CompositionLoadingContext.

Constructors

CompositionLoadingContext(bool)

Loading context.

public CompositionLoadingContext(bool allowCode)

Parameters

allowCode bool

AllowCode

Remarks

Initializes a new instance of the CompositionLoadingContext.

Properties

AllowCode

Allow IsExternalCode elements.

public bool AllowCode { get; }

Property Value

bool