Show / Hide Table of Contents

    Class SignatureDao

    Inheritance
    System.Object
    DaoBase<Signature, SignatureDao>
    SignatureDao
    Implements
    IMapperInitializer
    IValueConverter<Signature, SignatureDao>
    Inherited Members
    DaoBase<Signature, SignatureDao>.Id
    DaoBase<Signature, SignatureDao>.ToProtoBuff()
    DaoBase<Signature, SignatureDao>.ToDao(Signature)
    DaoBase<Signature, SignatureDao>.InitMappers(IMapperConfigurationExpression)
    DaoBase<Signature, SignatureDao>.Convert(Signature, ResolutionContext)
    DaoBase<Signature, SignatureDao>.Convert(SignatureDao, ResolutionContext)
    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 Source

    RawBytes

    Declaration
    public string RawBytes { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SigningContext

    Declaration
    public SigningContextDao SigningContext { get; set; }
    Property Value
    Type Description
    SigningContextDao

    Methods

    | Improve this Doc View Source

    InitMappers(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

    IMapperInitializer
    IValueConverter<, >
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network