Class DeltaDfsHashBroadcastDao
Inheritance
System.Object
DeltaDfsHashBroadcastDao
Inherited Members
DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>.InitMappers(IMapperConfigurationExpression)
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 DeltaDfsHashBroadcastDao : DaoBase<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>, IMapperInitializer, IValueConverter<DeltaDfsHashBroadcast, DeltaDfsHashBroadcastDao>
Properties
| Improve this Doc View SourceDeltaDfsHash
Declaration
public string DeltaDfsHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousDeltaDfsHash
Declaration
public string PreviousDeltaDfsHash { 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<DeltaDfsHashBroadcast, Catalyst.Core.Lib.DAO.Deltas.DeltaDfsHashBroadcastDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >