IClientConfigAccess Interface |
Namespace: Kratos_3.Interfaces
The IClientConfigAccess type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetValueT | |
![]() | GetValueBool |
Get the value of the specified field as a boolean
|
![]() | GetValueInt |
Get the value of the specified field.
|
![]() | GetValueObject |
Get the value of the specified field as an object
|
![]() | GetValueString |
Get the value of the specified field.
|
![]() | SetValue(String, Boolean) |
Set the value of the specified field
|
![]() | SetValue(String, Int32) |
Set the value of the specified field.
|
![]() | SetValue(String, Int64) |
Set the value of the specified field
|
![]() | SetValue(String, Object) | |
![]() | SetValue(String, String) |
Set the value of the specified field
|