Class GdidAuthorityServiceBase.PersistenceLocation
Inheritance
System.Object
GdidAuthorityServiceBase.PersistenceLocation
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 abstract class PersistenceLocation : INamed, IOrdered
Constructors
PersistenceLocation(IConfigSectionNode)
Declaration
protected PersistenceLocation(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Order
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Read(Byte, String, String)
Declaration
public abstract 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> |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Validate()
Declaration
public abstract string Validate()
Returns
Type | Description |
---|---|
System.String |
Write(Byte, String, String, GdidAuthorityServiceBase._id)
Declaration
public abstract 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 |