Table of Contents

Class CompositionLoadingContext

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

Loading context.

public class CompositionLoadingContext
Inheritance
CompositionLoadingContext
Inherited Members
Extension Methods

Constructors

CompositionLoadingContext(bool)

Initializes a new instance of the CompositionLoadingContext.

public CompositionLoadingContext(bool allowCode)

Parameters

allowCode bool

AllowCode

Properties

AllowCode

Allow IsExternalCode elements.

public bool AllowCode { get; }

Property Value

bool