Click or drag to resize

AbstractConfig Class

Abstract configuration data.
Inheritance Hierarchy

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public abstract class AbstractConfig : IEquatable<AbstractConfig>

The AbstractConfig type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractConfig
Create new configuration data instance
Top
Properties
  NameDescription
Public propertyParentsUris
Parent server URI (may be several parent servers)
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(AbstractConfig)
Compare current config against another config.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetParentUrisString
Get string that represents parent URIs
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also