An attribute emitted by the weaver to mark a string field as networked. More...
Inherits Attribute.
Public Member Functions | |
NetworkedWeavedStringAttribute (int capacity, string cacheFieldName) | |
Properties | |
string | CacheFieldName [get] |
Name of the field that servers as cache More... | |
int | Capacity [get] |
Max capacity of the string (in characters) More... | |
An attribute emitted by the weaver to mark a string field as networked.
NetworkedWeavedStringAttribute | ( | int | capacity, |
string | cacheFieldName | ||
) |
capacity | Max capacity of the string (in characters) |
cacheFieldName | Name of the field that servers as cache |
|
get |
Name of the field that servers as cache
|
get |
Max capacity of the string (in characters)