Class FieldAnnotation
Inheritance
System.Object
FieldAnnotation
Assembly: Netezos.dll
Syntax
public class FieldAnnotation : object, IAnnotation
Constructors
|
Improve this Doc
View Source
FieldAnnotation(String)
Declaration
public FieldAnnotation(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Fields
|
Improve this Doc
View Source
Prefix
Declaration
public const char Prefix = null
Field Value
Type |
Description |
System.Char |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public AnnotationType Type { get; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements