C# Класс Gov.Pssg.Css.Interfaces.DynamicsAutorest.Csucasevehicledetails

Csucasevehicledetails operations.
Наследование: IServiceOperations, ICsucasevehicledetails
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CreateWithHttpMessagesAsync() публичный Метод

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. ///
Результат Task>

Csucasevehicledetails() публичный Метод

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. ///
Результат Microsoft.Rest

DeleteWithHttpMessagesAsync() публичный Метод

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. ///
Результат Task

GetByKeyWithHttpMessagesAsync() публичный Метод

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. ///
Результат Task>

GetWithHttpMessagesAsync() публичный Метод

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. ///
Результат Task>

UpdateWithHttpMessagesAsync() публичный Метод

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. ///
Результат Task