Property | Type | Description |
---|
Method | Description | |
---|---|---|
AttDef ( string name ) : System |
Initialises a new instance of the AttDef class.
|
|
SetEnumeratedType ( string enumValues, AttributeType type ) : void |
Sets the attribute definition to have an enumerated value.
|
|
SetPresence ( string token ) : bool |
Sets the attribute presence declaration.
|
|
SetType ( string type ) : void |
Sets the type of the attribute definition.
|
public AttDef ( string name ) : System | ||
name | string | The name of the attribute. |
return | System |
public SetEnumeratedType ( string enumValues, AttributeType type ) : void | ||
enumValues | string | The possible values in the enumeration. |
type | AttributeType | The type to set the attribute to. |
return | void |
public SetPresence ( string token ) : bool | ||
token | string | The string representation of the attribute presence, corresponding to one of the values in the |
return | bool |
public SetType ( string type ) : void | ||
type | string | The string representation of the attribute type, corresponding to the values in the |
return | void |