![]() |
Diffusion .NET API
5.9.4
|
String metadata field builder. More...
Additional Inherited Members | |
![]() | |
TB | SetDefaultValue (string value) |
Sets a default value that required occurrences of the field are to be initialised to. More... | |
TB | SetAllowsEmpty (bool allowsEmpty) |
Sets the 'allowsEmpty' option for the field. More... | |
![]() | |
TB | SetName (string name) |
Set the node name. More... | |
T | Build () |
Builds the metadata node. More... | |
![]() | |
string | GetName () |
Return the name. More... | |
![]() | |
bool | AllowsEmpty [get, set] |
Returns the 'allows empty' setting. More... | |
string | DefaultValue [get] |
Get the default value. More... | |
String metadata field builder.
Such a builder may be used to build IMString metadata with more complex requirements than can be handled using convenience factory methods.
A builder of this type may be created using IMetadataFactory.StringBuilder.