Свойство | Type | Description | |
---|---|---|---|
MemberType | |||
ValueName | string | ||
ValueType |
Свойство | Type | Description | |
---|---|---|---|
memberInfo |
Méthode | Description | |
---|---|---|
CreateValue ( ) : object | ||
GetValue ( DocumentObject dom, GV flags ) : object | ||
IsNull ( DocumentObject dom ) : bool | ||
SetNull ( DocumentObject dom ) : void | ||
SetValue ( DocumentObject dom, object val ) : void |
Méthode | Description | |
---|---|---|
CreateValueDescriptor ( |
||
ValueDescriptor ( string valueName, |
public abstract GetValue ( DocumentObject dom, GV flags ) : object | ||
dom | DocumentObject | |
flags | GV | |
Résultat | object |
public abstract IsNull ( DocumentObject dom ) : bool | ||
dom | DocumentObject | |
Résultat | bool |
public abstract SetNull ( DocumentObject dom ) : void | ||
dom | DocumentObject | |
Résultat | void |
public abstract SetValue ( DocumentObject dom, object val ) : void | ||
dom | DocumentObject | |
val | object | |
Résultat | void |