Class SignatureDao
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 SignatureDao : DaoBase<Signature, SignatureDao>, IMapperInitializer, IValueConverter<Signature, SignatureDao>
Properties
| Improve this Doc View SourceRawBytes
Declaration
public string RawBytes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SigningContext
Declaration
public SigningContextDao SigningContext { get; set; }
Property Value
Type | Description |
---|---|
SigningContextDao |
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<Signature, Catalyst.Core.Lib.DAO.SignatureDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >