Class ApiValidatorBase<TFieldAttribute>
- Namespace
- MES.MQC.DataSourceLibrary.Adapters.Apis.Gitlab.Forms.Validators
- Assembly
- MES.MQC.DataSourceLibrary.dll
public abstract class ApiValidatorBase<TFieldAttribute> : FormFieldValidator<GitlabApiConnectorBase, TFieldAttribute>, IFormFieldAssistant where TFieldAttribute : FieldAttributeBase
Type Parameters
TFieldAttribute
- Inheritance
-
FormFieldValidator<GitlabApiConnectorBase, TFieldAttribute>ApiValidatorBase<TFieldAttribute>
- Implements
- Derived
- Inherited Members
Properties
AccessToken
public string AccessToken { get; set; }
Property Value
ClientCertificate
public ClientCertificate ClientCertificate { get; set; }
Property Value
Url
public string Url { get; set; }