Click or drag to resize

IClientConfigAccess Interface

Interface for classes that are capable of accessing a database holding the configuration for Kratos 3 for the client.

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public interface IClientConfigAccess

The IClientConfigAccess type exposes the following members.

Methods
  NameDescription
Public methodGetValueT
Public methodGetValueBool
Get the value of the specified field as a boolean
Public methodGetValueInt
Get the value of the specified field.
Public methodGetValueObject
Get the value of the specified field as an object
Public methodGetValueString
Get the value of the specified field.
Public methodSetValue(String, Boolean)
Set the value of the specified field
Public methodSetValue(String, Int32)
Set the value of the specified field.
Public methodSetValue(String, Int64)
Set the value of the specified field
Public methodSetValue(String, Object)
Public methodSetValue(String, String)
Set the value of the specified field
Top
See Also