Quantum 3
3.0.9
Specifies that the string field should be drawn as a text field with a maximum byte count for given encoding. More...
Public Member Functions | |
| MaxStringByteCountAttribute (int count, string encoding) | |
| Initializes a new instance of the MaxStringByteCountAttribute class with the specified byte count and encoding. More... | |
Properties | |
| int | ByteCount [get] |
| Maximum byte count for the string. More... | |
| string | Encoding [get] |
| The encoding of the string. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Quantum.DrawerPropertyAttribute | |
| DrawerPropertyAttribute (bool applyToCollection=false) | |
Specifies that the string field should be drawn as a text field with a maximum byte count for given encoding.
|
inline |
Initializes a new instance of the MaxStringByteCountAttribute class with the specified byte count and encoding.
| count | |
| encoding |
|
get |
Maximum byte count for the string.
|
get |
The encoding of the string.