Method | Description | |
---|---|---|
GetValue ( DocumentObject dom, GV flags ) : object | ||
IsNull ( DocumentObject dom ) : bool |
Determines whether the given DocumentObject is null (not set).
|
|
SetNull ( DocumentObject dom ) : void | ||
SetValue ( DocumentObject dom, object value ) : void |
Method | Description | |
---|---|---|
ValueTypeDescriptor ( string valueName, |
public GetValue ( DocumentObject dom, GV flags ) : object | ||
dom | DocumentObject | |
flags | GV | |
return | object |
public SetValue ( DocumentObject dom, object value ) : void | ||
dom | DocumentObject | |
value | object | |
return | void |