Class SourceCodeInfo
Inheritance
SourceCodeInfo
Implements
Ecng.Serialization.IPersistable
Assembly: StockSharp.Studio.Core.dll
Syntax
public class SourceCodeInfo : NotifiableObject, IPersistable
Constructors
SourceCodeInfo()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
Key
Declaration
public string Key { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
References
Declaration
public IEnumerable<CodeReference> References { get; set; }
Property Value
SourceCode
Declaration
public string SourceCode { get; set; }
Property Value
StrategyType
Declaration
public Type StrategyType { get; }
Property Value
Methods
Compile()
Declaration
public CompilationResult Compile()
Returns
Type |
Description |
Ecng.Common.CompilationResult |
|
Load(SettingsStorage)
Declaration
public void Load(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Save(SettingsStorage)
Declaration
public void Save(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Events
Compiled
Declaration
public event Action Compiled
Event Type
Implements
Ecng.Serialization.IPersistable
Extension Methods