Show / Hide Table of Contents

    Class ProtocolErrorMessageSignedDao

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

    Properties

    | Improve this Doc View Source

    Code

    Declaration
    public int Code { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CorrelationId

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

    PeerId

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

    Signature

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

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

    Implements

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