Property | Type | Description | |
---|---|---|---|
_Mode | Mode |
Method | Description | |
---|---|---|
AddAttribute ( AttributeType type, string title, string id = null ) : |
||
AddAttribute ( AttributeType type, String title ) : IAttributeList | ||
AddAttribute ( String id, AttributeType type, String title ) : IAttributeList | ||
AttributeList ( AttributeClass attrClass ) : System | ||
CreateAttribute ( AttributeType type, string title, string id = null ) : Attribute | ||
CreateAttribute ( AttributeType type, String title ) : IAttribute | ||
CreateAttribute ( String id, AttributeType type, String title = null ) : IAttribute | ||
getAttributeClass ( ) : AttributeClass |
public AddAttribute ( AttributeType type, string title, string id = null ) : |
||
type | AttributeType | |
title | string | |
id | string | |
return |
public AddAttribute ( AttributeType type, String title ) : IAttributeList | ||
type | AttributeType | |
title | String | |
return | IAttributeList |
public AddAttribute ( String id, AttributeType type, String title ) : IAttributeList | ||
id | String | |
type | AttributeType | |
title | String | |
return | IAttributeList |
public AttributeList ( AttributeClass attrClass ) : System | ||
attrClass | AttributeClass | |
return | System |
public CreateAttribute ( AttributeType type, string title, string id = null ) : Attribute | ||
type | AttributeType | |
title | string | |
id | string | |
return | Attribute |
public CreateAttribute ( AttributeType type, String title ) : IAttribute | ||
type | AttributeType | |
title | String | |
return | IAttribute |
public CreateAttribute ( String id, AttributeType type, String title = null ) : IAttribute | ||
id | String | |
type | AttributeType | |
title | String | |
return | IAttribute |
public getAttributeClass ( ) : AttributeClass | ||
return | AttributeClass |