/// <summary>
 /// Not supported
 /// </summary>
 /// <param name="cf"></param>
 /// <param name="entity"></param>
 /// <param name="credentials"></param>
 /// <param name="errorLevel"></param>
 /// <returns></returns>
 public override string Insert(Contracts.CompanyFile cf, LinkedAccount entity, ICompanyFileCredentials credentials, ErrorLevel errorLevel = ErrorLevel.IgnoreWarnings)
 {
     throw new NotSupportedException();
 }
 /// <summary>
 /// Not supported
 /// </summary>
 /// <param name="cf"></param>
 /// <param name="uid"></param>
 /// <param name="credentials"></param>
 /// <param name="errorLevel"></param>
 public override void Delete(Contracts.CompanyFile cf, System.Guid uid, ICompanyFileCredentials credentials, ErrorLevel errorLevel = ErrorLevel.IgnoreWarnings)
 {
     throw new NotSupportedException();
 }
 /// <summary>
 /// Not supported
 /// </summary>
 /// <param name="cf"></param>
 /// <param name="uid"></param>
 /// <param name="credentials"></param>
 /// <param name="onComplete"></param>
 /// <param name="onError"></param>
 /// <param name="errorLevel"></param>
 public override void Delete(Contracts.CompanyFile cf, Guid uid, ICompanyFileCredentials credentials, Action <System.Net.HttpStatusCode> onComplete, Action <Uri, Exception> onError, ErrorLevel errorLevel = ErrorLevel.IgnoreWarnings)
 {
     throw new NotSupportedException();
 }
Exemple #4
0
 /// <summary>
 /// The Update method is not supported
 /// </summary>
 /// <param name="cf">A company file that has been retrieved</param>
 /// <param name="entity">The entity to update</param>
 /// <param name="credentials">The credentials to access the company file</param>
 /// <param name="errorLevel"></param>
 /// <returns></returns>
 public override System.Threading.Tasks.Task <string> UpdateAsync(Contracts.CompanyFile cf, DebitRefund entity, ICompanyFileCredentials credentials, ErrorLevel errorLevel = ErrorLevel.IgnoreWarnings)
 {
     throw new NotSupportedException();
 }
 /// <summary>
 /// Not supported
 /// </summary>
 /// <param name="cf"></param>
 /// <param name="entity"></param>
 /// <param name="credentials"></param>
 /// <param name="onComplete"></param>
 /// <param name="onError"></param>
 /// <param name="errorLevel"></param>
 public override void Insert(Contracts.CompanyFile cf, LinkedAccount entity, ICompanyFileCredentials credentials, Action <System.Net.HttpStatusCode, string> onComplete, Action <Uri, Exception> onError, ErrorLevel errorLevel = ErrorLevel.IgnoreWarnings)
 {
     throw new NotSupportedException();
 }
 public override void Update(Contracts.CompanyFile cf, CustomerPayment entity, ICompanyFileCredentials credentials, Action <System.Net.HttpStatusCode, string> onComplete, Action <Uri, Exception> onError)
 {
     throw new NotSupportedException();
 }
Exemple #7
0
 /// <summary>
 /// The Update method is not supported
 /// </summary>
 /// <param name="cf">A company file that has been retrieved</param>
 /// <param name="entity">The entity to update</param>
 /// <param name="credentials">The credentials to access the company file</param>
 /// <param name="errorLevel"></param>
 /// <returns></returns>
 public override string Update(Contracts.CompanyFile cf, DebitRefund entity, ICompanyFileCredentials credentials, ErrorLevel errorLevel = ErrorLevel.IgnoreWarnings)
 {
     throw new NotSupportedException();
 }
 public override string Update(Contracts.CompanyFile cf, CustomerPayment entity, ICompanyFileCredentials credentials)
 {
     throw new NotSupportedException();
 }
Exemple #9
0
 /// <summary>
 /// Retrieve an entity
 /// </summary>
 /// <param name="cf">A company file reference that has been retrieved</param>
 /// <param name="uri">The uri of the entity to retrieve</param>
 /// <param name="credentials">The credentials to access the company file</param>
 /// <param name="onComplete">The action to call when the operation is complete</param>
 /// <param name="onError">The action to call when the operation has an error</param>
 public override void Get(Contracts.CompanyFile cf, Uri uri, ICompanyFileCredentials credentials, Action <System.Net.HttpStatusCode, CategoryRegister> onComplete, Action <Uri, Exception> onError)
 {
     throw new NotSupportedException();
 }
Exemple #10
0
 /// <summary>
 /// Retrieve an entity
 /// </summary>
 /// <param name="cf">A company file reference that has been retrieved</param>
 /// <param name="uri">The uri of the entity to retrieve</param>
 /// <param name="credentials">The credentials to access the company file</param>
 /// <returns></returns>
 public override CategoryRegister Get(Contracts.CompanyFile cf, Uri uri, ICompanyFileCredentials credentials)
 {
     throw new NotSupportedException();
 }
Exemple #11
0
 /// <summary>
 /// Not supported
 /// </summary>
 /// <param name="cf"></param>
 /// <param name="entity"></param>
 /// <param name="credentials"></param>
 /// <param name="onComplete"></param>
 /// <param name="onError"></param>
 /// <param name="errorLevel"></param>
 public override void Update(Contracts.CompanyFile cf, CustomerPayment entity, ICompanyFileCredentials credentials, Action <HttpStatusCode, string> onComplete, Action <Uri, Exception> onError, ErrorLevel errorLevel = ErrorLevel.IgnoreWarnings)
 {
     throw new NotSupportedException();
 }
 /// <summary>
 /// Retrieve an entity
 /// </summary>
 /// <param name="cf">A company file reference that has been retrieved</param>
 /// <param name="uid">The identifier of the entity to retrieve</param>
 /// <param name="credentials">The credentials to access the company file</param>
 /// <param name="eTag">The <see cref="BaseEntity.ETag" /> from a previously fetched entity</param>
 /// <returns></returns>
 public override CategoryRegister Get(Contracts.CompanyFile cf, System.Guid uid, ICompanyFileCredentials credentials, string eTag = null)
 {
     throw new NotSupportedException();
 }