Table of Contents

Class SourceCodeInfo

Namespace
StockSharp.Studio.Core
Assembly
StockSharp.Studio.Core.dll
public class SourceCodeInfo : NotifiableObject, IPersistable
Inheritance
SourceCodeInfo
Implements
IPersistable
Extension Methods

Constructors

SourceCodeInfo()

public SourceCodeInfo()

Properties

Description

public string Description { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

Key

public string Key { get; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

References

public IEnumerable<CodeReference> References { get; set; }

Property Value

IEnumerable<CodeReference>

SourceCode

public string SourceCode { get; set; }

Property Value

string

StrategyType

public Type StrategyType { get; }

Property Value

Type

Methods

Compile()

public CompilationResult Compile()

Returns

CompilationResult

Load(SettingsStorage)

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Save(SettingsStorage)

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Events

Compiled

public event Action Compiled

Event Type

Action