Class CandidateDeltaBroadcastDao
Inheritance
System.Object
CandidateDeltaBroadcastDao
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.Deltas
Assembly: Catalyst.Core.Lib.dll
Syntax
public class CandidateDeltaBroadcastDao : DaoBase<CandidateDeltaBroadcast, CandidateDeltaBroadcastDao>, IMapperInitializer, IValueConverter<CandidateDeltaBroadcast, CandidateDeltaBroadcastDao>
Properties
| Improve this Doc View SourceHash
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousDeltaDfsHash
Declaration
public string PreviousDeltaDfsHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProducerId
Declaration
public PeerIdDao ProducerId { get; set; }
Property Value
Type | Description |
---|---|
PeerIdDao |
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<CandidateDeltaBroadcast, Catalyst.Core.Lib.DAO.Deltas.CandidateDeltaBroadcastDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >