Show / Hide Table of Contents

    Class SigningContextDao

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

    Properties

    | Improve this Doc View Source

    NetworkType

    Declaration
    public NetworkType NetworkType { get; set; }
    Property Value
    Type Description
    NetworkType
    | Improve this Doc View Source

    SignatureType

    Declaration
    public SignatureType SignatureType { get; set; }
    Property Value
    Type Description
    SignatureType

    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<SigningContext, Catalyst.Core.Lib.DAO.SigningContextDao>.InitMappers(IMapperConfigurationExpression)

    Implements

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