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
Remarks
Initializes a new instance of the CompositionLoadingContext.
Properties
AllowAlerts
Allow alerts for the diagram.
public ISet<AlertNotifications> AllowAlerts { get; }Property Value
AllowCode
Allow IsExternalCode elements.
public bool AllowCode { get; }