C# Class Gov.Pssg.Css.Interfaces.DynamicsAutorest.Csucasevehicledetails

Csucasevehicledetails operations.
Inheritance: IServiceOperations, ICsucasevehicledetails
Show file Open project: bcgov/pssg-psd-css Class Usage Examples

Public Methods

Method Description
CreateWithHttpMessagesAsync ( MicrosoftDynamicsCRMcsuCasevehicledetail body, string prefer = "return=representation", Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>

Add new entity to csu_casevehicledetails

Csucasevehicledetails ( client ) : Microsoft.Rest

Initializes a new instance of the Csucasevehicledetails class.

DeleteWithHttpMessagesAsync ( string csuCasevehicledetailid, string ifMatch = default(string), Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Delete entity from csu_casevehicledetails

GetByKeyWithHttpMessagesAsync ( string csuCasevehicledetailid, IList select = default(IList<string>), IList expand = default(IList<string>), Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>

Get entity from csu_casevehicledetails by key

GetWithHttpMessagesAsync ( int? top = default(int?), int? skip = default(int?), string search = default(string), string filter = default(string), bool? count = default(bool?), IList orderby = default(IList<string>), IList select = default(IList<string>), IList expand = default(IList<string>), Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>

Get entities from csu_casevehicledetails

UpdateWithHttpMessagesAsync ( string csuCasevehicledetailid, MicrosoftDynamicsCRMcsuCasevehicledetail body, Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Update entity in csu_casevehicledetails

Method Details

CreateWithHttpMessagesAsync() public method

Add new entity to csu_casevehicledetails
/// Thrown when the operation returned an invalid status code /// /// Thrown when unable to deserialize the response /// /// Thrown when a required parameter is null /// /// Thrown when a required parameter is null ///
public CreateWithHttpMessagesAsync ( MicrosoftDynamicsCRMcsuCasevehicledetail body, string prefer = "return=representation", Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
body MicrosoftDynamicsCRMcsuCasevehicledetail /// New entity ///
prefer string /// Required in order for the service to return a JSON representation of the /// object. ///
customHeaders Dictionary /// Headers that will be added to request. ///
cancellationToken CancellationToken /// The cancellation token. ///
return Task>

Csucasevehicledetails() public method

Initializes a new instance of the Csucasevehicledetails class.
/// Thrown when a required parameter is null ///
public Csucasevehicledetails ( client ) : Microsoft.Rest
client /// Reference to the service client. ///
return Microsoft.Rest

DeleteWithHttpMessagesAsync() public method

Delete entity from csu_casevehicledetails
/// Thrown when the operation returned an invalid status code /// /// Thrown when a required parameter is null /// /// Thrown when a required parameter is null ///
public DeleteWithHttpMessagesAsync ( string csuCasevehicledetailid, string ifMatch = default(string), Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
csuCasevehicledetailid string /// key: csu_casevehicledetailid of csu_casevehicledetail ///
ifMatch string /// ETag ///
customHeaders Dictionary /// Headers that will be added to request. ///
cancellationToken CancellationToken /// The cancellation token. ///
return Task

GetByKeyWithHttpMessagesAsync() public method

Get entity from csu_casevehicledetails by key
/// Thrown when the operation returned an invalid status code /// /// Thrown when unable to deserialize the response /// /// Thrown when a required parameter is null /// /// Thrown when a required parameter is null ///
public GetByKeyWithHttpMessagesAsync ( string csuCasevehicledetailid, IList select = default(IList<string>), IList expand = default(IList<string>), Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
csuCasevehicledetailid string /// key: csu_casevehicledetailid of csu_casevehicledetail ///
select IList /// Select properties to be returned ///
expand IList /// Expand related entities ///
customHeaders Dictionary /// Headers that will be added to request. ///
cancellationToken CancellationToken /// The cancellation token. ///
return Task>

GetWithHttpMessagesAsync() public method

Get entities from csu_casevehicledetails
/// Thrown when the operation returned an invalid status code /// /// Thrown when unable to deserialize the response ///
public GetWithHttpMessagesAsync ( int? top = default(int?), int? skip = default(int?), string search = default(string), string filter = default(string), bool? count = default(bool?), IList orderby = default(IList<string>), IList select = default(IList<string>), IList expand = default(IList<string>), Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
top int? ///
skip int? ///
search string ///
filter string ///
count bool? ///
orderby IList /// Order items by property values ///
select IList /// Select properties to be returned ///
expand IList /// Expand related entities ///
customHeaders Dictionary /// Headers that will be added to request. ///
cancellationToken CancellationToken /// The cancellation token. ///
return Task>

UpdateWithHttpMessagesAsync() public method

Update entity in csu_casevehicledetails
/// Thrown when the operation returned an invalid status code /// /// Thrown when a required parameter is null /// /// Thrown when a required parameter is null ///
public UpdateWithHttpMessagesAsync ( string csuCasevehicledetailid, MicrosoftDynamicsCRMcsuCasevehicledetail body, Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
csuCasevehicledetailid string /// key: csu_casevehicledetailid of csu_casevehicledetail ///
body MicrosoftDynamicsCRMcsuCasevehicledetail /// New property values ///
customHeaders Dictionary /// Headers that will be added to request. ///
cancellationToken CancellationToken /// The cancellation token. ///
return Task