Property | Type | Description | |
---|---|---|---|
ID | string | ||
Name | string |
Property | Type | Description | |
---|---|---|---|
defaultProc | DefaultValueDelegate | ||
defaultValue | object |
Method | Description | |
---|---|---|
StructField ( System field ) : System |
根据 XmlNode 创建字段。
|
|
StructField ( string id, DefaultValueDelegate defaultValue ) : System |
根据 ID 创建 Unknown 字段。
|
public StructField ( System field ) : System | ||
field | System | 描述此 field 的 XmlNode |
return | System |
public StructField ( string id, DefaultValueDelegate defaultValue ) : System | ||
id | string | ID |
defaultValue | DefaultValueDelegate | |
return | System |
protected DefaultValueDelegate defaultProc | ||
return | DefaultValueDelegate |