Show / Hide Table of Contents

    Class DeltaDao

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

    Properties

    | Improve this Doc View Source

    CbEntries

    Declaration
    public List<CoinbaseEntryDao> CbEntries { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CoinbaseEntryDao>
    | Improve this Doc View Source

    CfEntries

    Declaration
    public List<ConfidentialEntryDao> CfEntries { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ConfidentialEntryDao>
    | Improve this Doc View Source

    MerklePoda

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

    MerkleRoot

    Declaration
    public string MerkleRoot { 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
    | Improve this Doc View Source

    StEntries

    Declaration
    public List<PublicEntryDao> StEntries { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PublicEntryDao>
    | Improve this Doc View Source

    TimeStamp

    Declaration
    public DateTime TimeStamp { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Version

    Declaration
    public uint Version { get; set; }
    Property Value
    Type Description
    System.UInt32

    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<Delta, Catalyst.Core.Lib.DAO.Deltas.DeltaDao>.InitMappers(IMapperConfigurationExpression)

    Implements

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