Class PeerIdDao
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 PeerIdDao : DaoBase<PeerId, PeerIdDao>, IMapperInitializer, IValueConverter<PeerId, PeerIdDao>
Properties
| Improve this Doc View SourceIp
Declaration
public string Ip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PublicKey
Declaration
public string PublicKey { 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<PeerId, Catalyst.Core.Lib.DAO.PeerIdDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >