Method | Description | |
---|---|---|
CopyEntityAttribute ( this api, System.Guid fromEntityID, System.Guid toEntityID, System.Guid fromAttributeID, string attributeType, string logicalName ) : Task |
||
GetAttributeDisplayNameList ( this api, System.Guid entityID, int LCID ) : Task
|
||
GetEntityDisplayNameList ( this api, int LCID ) : Task
|
||
GetOptionSetByName ( this api, string optionSetName ) : Task |
||
GetOptionSetUserLabels ( this api, string optionSetName ) : Task
|
public static CopyEntityAttribute ( this api, System.Guid fromEntityID, System.Guid toEntityID, System.Guid fromAttributeID, string attributeType, string logicalName ) : Task |
||
api | this | |
fromEntityID | System.Guid | |
toEntityID | System.Guid | |
fromAttributeID | System.Guid | |
attributeType | string | |
logicalName | string | |
return | Task |
public static GetAttributeDisplayNameList ( this api, System.Guid entityID, int LCID ) : Task
|
||
api | this | |
entityID | System.Guid | |
LCID | int | |
return | Task
|
public static GetEntityDisplayNameList ( this api, int LCID ) : Task
|
||
api | this | |
LCID | int | |
return | Task
|
public static GetOptionSetByName ( this api, string optionSetName ) : Task |
||
api | this | |
optionSetName | string | |
return | Task |
public static GetOptionSetUserLabels ( this api, string optionSetName ) : Task
|
||
api | this | |
optionSetName | string | |
return | Task
|