Show / Hide Table of Contents

    Class PublicEntryDao

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

    Properties

    | Improve this Doc View Source

    Amount

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

    Base

    Declaration
    public BaseEntryDao Base { get; set; }
    Property Value
    Type Description
    BaseEntryDao

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

    Implements

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