Class BaseEntryDao
Inherited Members
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 SourceNonce
Declaration
public ulong Nonce { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
ReceiverPublicKey
Declaration
public string ReceiverPublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SenderPublicKey
Declaration
public string SenderPublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionFees
Declaration
public string TransactionFees { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceInitMappers(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
IValueConverter<, >