Class GdidAuthorityServiceBase.RemotePersistenceLocation
Inheritance
System.Object
GdidAuthorityServiceBase.RemotePersistenceLocation
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)
Namespace: Azos.Sky.Identification
Assembly: Azos.Sky.dll
Syntax
public sealed class RemotePersistenceLocation : GdidAuthorityServiceBase.PersistenceLocation, INamed, IOrdered
Constructors
RemotePersistenceLocation(IConfigSectionNode)
Declaration
public RemotePersistenceLocation(IConfigSectionNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| IConfigSectionNode | node |
Fields
CONFIG_HOST_ATTR
Declaration
public const string CONFIG_HOST_ATTR = "host"
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
Host
Declaration
public string Host { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Read(Byte, String, String)
Declaration
public override GdidAuthorityServiceBase._id? Read(byte authority, string scopeName, string sequenceName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | authority | |
| System.String | scopeName | |
| System.String | sequenceName |
Returns
| Type | Description |
|---|---|
| System.Nullable<GdidAuthorityServiceBase._id> |
Overrides
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
Validate()
Declaration
public override string Validate()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
Write(Byte, String, String, GdidAuthorityServiceBase._id)
Declaration
public override void Write(byte authority, string scopeName, string sequenceName, GdidAuthorityServiceBase._id data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | authority | |
| System.String | scopeName | |
| System.String | sequenceName | |
| GdidAuthorityServiceBase._id | data |