Esempio n. 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='collateral'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <object> PutOtherCollateralAsync(this ICollateral operations, Models.Presentation.Requests.OtherCollateral.OtherCollateral collateral, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PutOtherCollateralWithHttpMessagesAsync(collateral, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 2
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='collateral'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <string> PostOtherCollateralToCreditagreementAsync(this ICollateral operations, string id, Models.Presentation.Requests.OtherCollateral.OtherCollateral collateral, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PostOtherCollateralToCreditagreementWithHttpMessagesAsync(id, collateral, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 3
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='location'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <string> PostLocationAsync(this ICollateral operations, string id, Models.Presentation.Requests.Collateral.Location location, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PostLocationWithHttpMessagesAsync(id, location, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 4
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='newCollateralAgreementId'>
 /// </param>
 /// <param name='oldCollateralAgreementId'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <bool?> PutCollateralLinksAsync(this ICollateral operations, string id, string newCollateralAgreementId, string oldCollateralAgreementId, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PutCollateralLinksWithHttpMessagesAsync(id, newCollateralAgreementId, oldCollateralAgreementId, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 5
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='userlogin'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <bool?> DeleteCollateralAsync(this ICollateral operations, string id, string userlogin, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.DeleteCollateralWithHttpMessagesAsync(id, userlogin, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 6
0
 /// <summary>
 /// The operations group for this extension method.
 /// </summary>
 /// <param name="operations"></param>
 /// <param name="id"></param>
 /// <param name="cancellationToken"></param>
 /// <returns></returns>
 public static async Task <IList <string> > GetAgreementIdByCollateralIdAsync(this ICollateral operations, string id, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetAgreementIdByCollateralIdWithHttpMessagesAsync(id, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 7
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='collateral'>
 /// </param>
 public static object PutOtherCollateral(this ICollateral operations, Models.Presentation.Requests.OtherCollateral.OtherCollateral collateral)
 {
     return(operations.PutOtherCollateralAsync(collateral).GetAwaiter().GetResult());
 }
Esempio n. 8
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static IList <Models.Presentation.Responses.Collateral.Evaluation> GetEvaluationByCollateralId(this ICollateral operations, string id)
 {
     return(operations.GetEvaluationByCollateralIdAsync(id).GetAwaiter().GetResult());
 }
Esempio n. 9
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='userlogin'>
 /// </param>
 public static bool?DeleteCollateral(this ICollateral operations, string id, string userlogin)
 {
     return(operations.DeleteCollateralAsync(id, userlogin).GetAwaiter().GetResult());
 }
Esempio n. 10
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name="operations"></param>
 /// <param name="id"></param>
 /// <returns></returns>
 public static IList <string> GetAgreementIdByCollateralId(this ICollateral operations, string id)
 {
     return(operations.GetAgreementIdByCollateralIdAsync(id).GetAwaiter().GetResult());
 }
Esempio n. 11
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='collateral'>
 /// </param>
 public static object PutMortgage(this ICollateral operations, Models.Presentation.Requests.Mortgage.Mortgage collateral)
 {
     return(operations.PutMortgageAsync(collateral).GetAwaiter().GetResult());
 }
Esempio n. 12
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='collateral'>
 /// </param>
 public static string PostMortgageToCollateralAgreement(this ICollateral operations, string id, Models.Presentation.Requests.Mortgage.Mortgage collateral)
 {
     return(operations.PostMortgageToCollateralAgreementAsync(id, collateral).GetAwaiter().GetResult());
 }
Esempio n. 13
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static Models.Presentation.Responses.Mortgage.Mortgage GetMortgageDetails(this ICollateral operations, string id)
 {
     return(operations.GetMortgageDetailsAsync(id).GetAwaiter().GetResult());
 }
Esempio n. 14
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='collateral'>
 /// </param>
 public static object PutCar(this ICollateral operations, Models.Presentation.Requests.Car.Car collateral)
 {
     return(operations.PutCarAsync(collateral).GetAwaiter().GetResult());
 }
Esempio n. 15
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='newCollateralAgreementId'>
 /// </param>
 /// <param name='oldCollateralAgreementId'>
 /// </param>
 public static bool?PutCollateralLinks(this ICollateral operations, string id, string newCollateralAgreementId, string oldCollateralAgreementId)
 {
     return(operations.PutCollateralLinksAsync(id, newCollateralAgreementId, oldCollateralAgreementId).GetAwaiter().GetResult());
 }
Esempio n. 16
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static Models.Presentation.Responses.Collateral.Location GetLocationByCollateralId(this ICollateral operations, string id)
 {
     return(operations.GetLocationByCollateralIdAsync(id).GetAwaiter().GetResult());
 }
Esempio n. 17
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='location'>
 /// </param>
 public static string PostLocation(this ICollateral operations, string id, Models.Presentation.Requests.Collateral.Location location)
 {
     return(operations.PostLocationAsync(id, location).GetAwaiter().GetResult());
 }
Esempio n. 18
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static Models.Presentation.Responses.OtherCollateral.OtherCollateral GeOtherCollateralDetails(this ICollateral operations, string id)
 {
     return(operations.GeOtherCollateralDetailsAsync(id).GetAwaiter().GetResult());
 }
Esempio n. 19
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <Models.Presentation.Responses.Collateral.Evaluation> > GetEvaluationByCollateralIdAsync(this ICollateral operations, string id, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetEvaluationByCollateralIdWithHttpMessagesAsync(id, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 20
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <Models.Presentation.Responses.OtherCollateral.OtherCollateral> GeOtherCollateralDetailsAsync(this ICollateral operations, string id, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GeOtherCollateralDetailsWithHttpMessagesAsync(id, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 21
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='collateral'>
 /// </param>
 public static string PostOtherCollateralToCreditagreement(this ICollateral operations, string id, Models.Presentation.Requests.OtherCollateral.OtherCollateral collateral)
 {
     return(operations.PostOtherCollateralToCreditagreementAsync(id, collateral).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CollateralRepository"/> class.
 /// </summary>
 public CollateralRepository()
 {
     srv = new Collateral();
 }