Class PublicEntryDao
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 PublicEntryDao : DaoBase<PublicEntry, PublicEntryDao>, IMapperInitializer, IValueConverter<PublicEntry, PublicEntryDao>
Properties
| Improve this Doc View SourceAmount
Declaration
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Base
Declaration
public BaseEntryDao Base { get; set; }
Property Value
Type | Description |
---|---|
BaseEntryDao |
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<PublicEntry, Catalyst.Core.Lib.DAO.PublicEntryDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >