Class ProtocolMessageDao
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 ProtocolMessageDao : DaoBase<ProtocolMessage, ProtocolMessageDao>, IMapperInitializer, IValueConverter<ProtocolMessage, ProtocolMessageDao>
Properties
| Improve this Doc View SourceCorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PeerId
Declaration
public PeerIdDao PeerId { get; set; }
Property Value
Type | Description |
---|---|
PeerIdDao |
Signature
Declaration
public SignatureDao Signature { get; set; }
Property Value
Type | Description |
---|---|
SignatureDao |
TypeUrl
Declaration
public string TypeUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { 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<ProtocolMessage, Catalyst.Core.Lib.DAO.ProtocolMessageDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >