[YourSchemaType].MemberAttribute
当从XML Schema生成代码时,会为类型的每个成员特性创建一个类。在下文中,“AttributeType”代表成员属性本身的类型。
方法
Name | 描述 | |
---|---|---|
bool Exists() | 如果特性存在,则返回true。 | |
void Remove() | 从其父元素中删除特性。 |
属性
Name | 描述 | |
---|---|---|
int EnumerationValue | 仅为枚举类型生成。使用为可能值生成的常量之一设置或获取特性值。如果该值与Schema中的任何枚举值都不匹配,则返回Invalid。 | |
Altova.Xml.Meta.Attribute Info | 返回一个用于查询Schema信息的对象(请参见Altova.Xml.Meta.Attribute)。 | |
AttributeType Value | 设置或获取特性值。 |