Show / Hide Table of Contents

    Class ProtocolMessageDao

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

    Properties

    | 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 SignatureDao Signature { get; set; }
    Property Value
    Type Description
    SignatureDao
    | Improve this Doc View Source

    TypeUrl

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

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

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

    Implements

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