Show / Hide Table of Contents

    Class BaseEntryDao

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

    Properties

    | Improve this Doc View Source

    Nonce

    Declaration
    public ulong Nonce { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    ReceiverPublicKey

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

    SenderPublicKey

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

    TransactionFees

    Declaration
    public string TransactionFees { 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<BaseEntry, Catalyst.Core.Lib.DAO.BaseEntryDao>.InitMappers(IMapperConfigurationExpression)

    Implements

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