Show / Hide Table of Contents

    Class DeltaDfsHashBroadcastDao

    Inheritance
    System.Object
    DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>
    DeltaDfsHashBroadcastDao
    Implements
    IMapperInitializer
    IValueConverter<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>
    Inherited Members
    DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>.Id
    DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>.ToProtoBuff()
    DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>.ToDao(DeltaDfsHashBroadcast)
    DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>.InitMappers(IMapperConfigurationExpression)
    DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>.Convert(DeltaDfsHashBroadcast, ResolutionContext)
    DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>.Convert(DeltaDfsHashBroadcastDao, 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.Deltas
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public class DeltaDfsHashBroadcastDao : DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>, IMapperInitializer, IValueConverter<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>

    Properties

    | Improve this Doc View Source

    DeltaDfsHash

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

    PreviousDeltaDfsHash

    Declaration
    public string PreviousDeltaDfsHash { 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<DeltaDfsHashBroadcast, Catalyst.Core.Lib.DAO.Deltas.DeltaDfsHashBroadcastDao>.InitMappers(IMapperConfigurationExpression)

    Implements

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