Method | Description | |
---|---|---|
CharacterAttributesController ( IMetadataService metadataService ) : System.Net |
Create a new CharacterAttribute controller to interact with the server.
|
Method | Description | |
---|---|---|
DeleteCharacterAttribute ( int id ) : IHttpActionResult | ||
GetCharacterAttribute ( int id, [ fields = "" ) : IHttpActionResult | ||
GetCharacterAttributes ( [ fields = "" ) : IHttpActionResult | ||
PostCharacterAttribute ( CharacterAttributeDto dto ) : IHttpActionResult | ||
PutCharacterAttribute ( int id, CharacterAttributeDto dto ) : IHttpActionResult |
public CharacterAttributesController ( IMetadataService metadataService ) : System.Net | ||
metadataService | IMetadataService | |
return | System.Net |