CompositionLoadingContext
StockSharp.Diagram
Loading context.
Constructors
CompositionLoadingContext
public CompositionLoadingContext(bool allowCode)
compositionLoadingContext = CompositionLoadingContext(allowCode)
Loading context.
- allowCode
- AllowCode
Properties
AllowAlerts
public ISet<AlertNotifications> AllowAlerts { get; }
value = compositionLoadingContext.AllowAlerts
Allow alerts for the diagram.
AllowCode
public bool AllowCode { get; }
value = compositionLoadingContext.AllowCode
Allow IsExternalCode elements.