/// <summary> /// Get entity from bcgov_inspections by key /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovInspectionid'> /// key: bcgov_inspectionid of bcgov_inspection /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <MicrosoftDynamicsCRMbcgovInspection> GetByKeyAsync(this IInspections operations, string bcgovInspectionid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetByKeyWithHttpMessagesAsync(bcgovInspectionid, select, expand, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }
/// <summary> /// Add new entity to bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='body'> /// New entity /// </param> /// <param name='prefer'> /// Required in order for the service to return a JSON representation of the /// object. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <MicrosoftDynamicsCRMbcgovInspection> CreateAsync(this IInspections operations, MicrosoftDynamicsCRMbcgovInspection body, string prefer = "return=representation", CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.CreateWithHttpMessagesAsync(body, prefer, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }
/// <summary> /// Get entities from bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='top'> /// </param> /// <param name='skip'> /// </param> /// <param name='search'> /// </param> /// <param name='filter'> /// </param> /// <param name='count'> /// </param> /// <param name='orderby'> /// Order items by property values /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <InspectionsGetResponseModel> GetAsync(this IInspections operations, int?top = default(int?), int?skip = default(int?), string search = default(string), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetWithHttpMessagesAsync(top, skip, search, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }
public ReportLogic(IInspections inspection, ICost cost) { _inspection = inspection; _cost = cost; }
/// <summary> /// Add new entity to bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='body'> /// New entity /// </param> /// <param name='prefer'> /// Required in order for the service to return a JSON representation of the /// object. /// </param> public static MicrosoftDynamicsCRMbcgovInspection Create(this IInspections operations, MicrosoftDynamicsCRMbcgovInspection body, string prefer = "return=representation") { return(operations.CreateAsync(body, prefer).GetAwaiter().GetResult()); }
/// <summary> /// Get entities from bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='top'> /// </param> /// <param name='filter'> /// </param> /// <param name='count'> /// </param> /// <param name='orderby'> /// Order items by property values /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <MicrosoftDynamicsCRMbcgovInspectionCollection> GetAsync(this IInspections operations, int?top = default(int?), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetWithHttpMessagesAsync(top, filter, count, orderby, select, expand, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }
/// <summary> /// Get entities from bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='top'> /// </param> /// <param name='filter'> /// </param> /// <param name='count'> /// </param> /// <param name='orderby'> /// Order items by property values /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> public static MicrosoftDynamicsCRMbcgovInspectionCollection Get(this IInspections operations, int?top = default(int?), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>)) { return(operations.GetAsync(top, filter, count, orderby, select, expand).GetAwaiter().GetResult()); }
/// <summary> /// Delete entity from bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovInspectionid'> /// key: bcgov_inspectionid of bcgov_inspection /// </param> /// <param name='ifMatch'> /// ETag /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task DeleteAsync(this IInspections operations, string bcgovInspectionid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) { (await operations.DeleteWithHttpMessagesAsync(bcgovInspectionid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); }
/// <summary> /// Delete entity from bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovInspectionid'> /// key: bcgov_inspectionid of bcgov_inspection /// </param> /// <param name='ifMatch'> /// ETag /// </param> public static void Delete(this IInspections operations, string bcgovInspectionid, string ifMatch = default(string)) { operations.DeleteAsync(bcgovInspectionid, ifMatch).GetAwaiter().GetResult(); }
/// <summary> /// Update entity in bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovInspectionid'> /// key: bcgov_inspectionid of bcgov_inspection /// </param> /// <param name='body'> /// New property values /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task UpdateAsync(this IInspections operations, string bcgovInspectionid, MicrosoftDynamicsCRMbcgovInspection body, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.UpdateWithHttpMessagesAsync(bcgovInspectionid, body, null, cancellationToken).ConfigureAwait(false)).Dispose(); }
/// <summary> /// Update entity in bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovInspectionid'> /// key: bcgov_inspectionid of bcgov_inspection /// </param> /// <param name='body'> /// New property values /// </param> public static void Update(this IInspections operations, string bcgovInspectionid, MicrosoftDynamicsCRMbcgovInspection body) { operations.UpdateAsync(bcgovInspectionid, body).GetAwaiter().GetResult(); }
/// <summary> /// Get entity from bcgov_inspections by key /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovInspectionid'> /// key: bcgov_inspectionid of bcgov_inspection /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> public static MicrosoftDynamicsCRMbcgovInspection GetByKey(this IInspections operations, string bcgovInspectionid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>)) { return(operations.GetByKeyAsync(bcgovInspectionid, select, expand).GetAwaiter().GetResult()); }
/// <summary> /// Get entities from bcgov_inspections /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='top'> /// </param> /// <param name='skip'> /// </param> /// <param name='search'> /// </param> /// <param name='filter'> /// </param> /// <param name='count'> /// </param> /// <param name='orderby'> /// Order items by property values /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> public static InspectionsGetResponseModel Get(this IInspections operations, int?top = default(int?), int?skip = default(int?), string search = default(string), string filter = default(string), bool?count = default(bool?), IList <string> orderby = default(IList <string>), IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>)) { return(operations.GetAsync(top, skip, search, filter, count, orderby, select, expand).GetAwaiter().GetResult()); }