Property | Type | Description | |
---|---|---|---|
MemberType | |||
ValueName | string | ||
ValueType |
Property | Type | Description | |
---|---|---|---|
memberInfo |
Method | Description | |
---|---|---|
CreateValue ( ) : object | ||
GetValue ( DocumentObject dom, GV flags ) : object | ||
IsNull ( DocumentObject dom ) : bool | ||
SetNull ( DocumentObject dom ) : void | ||
SetValue ( DocumentObject dom, object val ) : void |
Method | Description | |
---|---|---|
CreateValueDescriptor ( |
||
ValueDescriptor ( string valueName, |
public abstract GetValue ( DocumentObject dom, GV flags ) : object | ||
dom | DocumentObject | |
flags | GV | |
return | object |
public abstract IsNull ( DocumentObject dom ) : bool | ||
dom | DocumentObject | |
return | bool |
public abstract SetNull ( DocumentObject dom ) : void | ||
dom | DocumentObject | |
return | void |
public abstract SetValue ( DocumentObject dom, object val ) : void | ||
dom | DocumentObject | |
val | object | |
return | void |