Show / Hide Table of Contents

    Class ConfidentialEntryDao

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

    Properties

    | Improve this Doc View Source

    Base

    Declaration
    public BaseEntryDao Base { get; set; }
    Property Value
    Type Description
    BaseEntryDao
    | Improve this Doc View Source

    PedersenCommitment

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

    RangeProof

    Declaration
    public string RangeProof { 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<ConfidentialEntry, Catalyst.Core.Lib.DAO.ConfidentialEntryDao>.InitMappers(IMapperConfigurationExpression)

    Implements

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