|
Lean
$LEAN_TAG$
|
Custom attribute used for documentation More...
Public Member Functions | |
| DocumentationAttribute (string tag, int weight=0, [System.Runtime.CompilerServices.CallerLineNumber] int line=0, [System.Runtime.CompilerServices.CallerFilePath] string fileName="") | |
| Creates a new instance More... | |
Public Attributes | |
| override object | TypeId => base.TypeId |
| The attributes type id, we override it to ignore it when serializing More... | |
Properties | |
| string | Tag [get] |
| The documentation tag More... | |
| int | Weight [get] |
| The associated weight of this attribute and tag More... | |
| int | Line [get] |
| The associated line of this attribute More... | |
| string | FileName [get] |
| The associated file name of this attribute More... | |
Custom attribute used for documentation
Definition at line 28 of file DocumentationAttribute.cs.
| QuantConnect.DocumentationAttribute.DocumentationAttribute | ( | string | tag, |
| int | weight = 0, |
||
| [System.Runtime.CompilerServices.CallerLineNumber] int | line = 0, |
||
| [System.Runtime.CompilerServices.CallerFilePath] string | fileName = "" |
||
| ) |
Creates a new instance
Definition at line 68 of file DocumentationAttribute.cs.
| override object QuantConnect.DocumentationAttribute.TypeId => base.TypeId |
The attributes type id, we override it to ignore it when serializing
Definition at line 63 of file DocumentationAttribute.cs.
|
get |
The documentation tag
Definition at line 39 of file DocumentationAttribute.cs.
|
get |
The associated weight of this attribute and tag
Definition at line 45 of file DocumentationAttribute.cs.
|
get |
The associated line of this attribute
Definition at line 51 of file DocumentationAttribute.cs.
|
get |
The associated file name of this attribute
Definition at line 57 of file DocumentationAttribute.cs.