[]
Class wrapper, provides additional fields to values which should be placed on signature
public sealed class SignatureField<T>
| Name | Description |
|---|---|
| T | Type of the value, which should be shown |
| Name | Description |
|---|---|
| SignatureField(T) | Ctor |
| SignatureField(T, bool) | Ctor |
| SignatureField(T, bool, bool) | Ctor |
| Name | Description |
|---|---|
| ShowLabel | Gets/sets value, indicating that label for value should be shown |
| Value | Gets the value, which will be written on signature |
| Visible | Gets/sets value visibility. If true, then the value will be written |
| Name | Description |
|---|---|
| CreateEmpty() | Creates empty field with default(T) as value |
| ToString() | Overrides base ToString() method. |
| Name | Description |
|---|---|
| implicit operator SignatureField<T>(T) | Converts value to SignatureField<T> object |