Class SigningContextDao
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.DAO
Assembly: Catalyst.Core.Lib.dll
Syntax
public class SigningContextDao : DaoBase<SigningContext, SigningContextDao>, IMapperInitializer, IValueConverter<SigningContext, SigningContextDao>
Properties
| Improve this Doc View SourceNetworkType
Declaration
public NetworkType NetworkType { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkType |
SignatureType
Declaration
public SignatureType SignatureType { get; set; }
Property Value
| Type | Description |
|---|---|
| SignatureType |
Methods
| Improve this Doc View SourceInitMappers(IMapperConfigurationExpression)
Declaration
public override void InitMappers(IMapperConfigurationExpression cfg)
Parameters
| Type | Name | Description |
|---|---|---|
| IMapperConfigurationExpression | cfg |
Overrides
Catalyst.Core.Lib.DAO.DaoBase<SigningContext, Catalyst.Core.Lib.DAO.SigningContextDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >