The HostController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBoolean(String) |
Gets the setting value by the specific key.
|
![]() | GetBoolean(String, Boolean) |
Gets the setting value by the specific key.
|
![]() | GetDouble(String) |
Gets the setting value by the specific key.
|
![]() | GetDouble(String, Double) |
Gets the setting value by the specific key.
|
![]() | GetEncryptedString |
takes in a text value, decrypts it with a FIPS compliant algorithm and returns the value
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInteger(String) |
Gets the setting value by the specific key.
|
![]() | GetInteger(String, Int32) |
Gets the setting value by the specific key.
|
![]() | GetSettings |
Gets all host settings.
|
![]() | GetSettingsDictionary |
Gets all host settings as dictionary.
|
![]() | GetString(String) |
Gets the setting value by the specific key.
|
![]() | GetString(String, String) |
Gets the setting value by the specific key.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IncrementCrmVersion | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update(Dictionary<(Of <<'(String, String>)>>)) |
Updates the specified settings.
|
![]() | Update(ConfigurationSetting) |
Updates the specified config.
|
![]() | Update(String, String) |
Updates the specified key.
|
![]() | Update(ConfigurationSetting, Boolean) |
Updates the specified config.
|
![]() | Update(String, String, Boolean) |
Updates the specified key.
|
![]() | UpdateEncryptedString |
takes in a text value, encrypts it with a FIPS compliant algorithm and stores
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |