메소드 | 설명 | |
---|---|---|
ThrowTypesController ( IMetadataService metadataService ) : System.Net |
Create a new ThrowTypesController to interact with the server.
|
메소드 | 설명 | |
---|---|---|
DeleteThrowType ( int id ) : IHttpActionResult | ||
GetThrowType ( int id, [ fields = "" ) : IHttpActionResult | ||
GetThrowTypes ( [ fields = "" ) : IHttpActionResult | ||
PostThrowType ( ThrowTypeDto dto ) : IHttpActionResult | ||
PutThrowType ( int id, ThrowTypeDto dto ) : IHttpActionResult |
public ThrowTypesController ( IMetadataService metadataService ) : System.Net | ||
metadataService | IMetadataService | |
리턴 | System.Net |