![]() | Azure |
The AzureTableSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | Delete | Deletes a setting. |
![]() | DeleteApplication | Deletes all setting items with a specified Application key. |
![]() | ExportAsXML | Exports all settings as an XML fragament. |
![]() | Get | Gets the string value of a setting. |
![]() | GetBool(Object, Object) | Gets a nullable bool value of a setting. |
![]() | GetBool(Object, Object, Boolean) | Gets a bool value of a setting, or a default fallback value if the setting is not found. |
![]() | GetBytes(Object, Object) | Gets a nullable byte array value of a setting. |
![]() | GetBytes(Object, Object, Byte) | Gets a byte array value of a setting, or a default fallback value if the setting is not found. |
![]() | GetDateTime(Object, Object) | Gets a nullable DateTime value of a setting. |
![]() | GetDateTime(Object, Object, DateTime) | Gets a DateTime value of a setting, or a default fallback value if the setting is not found. |
![]() | GetDateTimeOffset(Object, Object) | Gets a nullable DateTimeOffset value of a setting. |
![]() | GetDateTimeOffset(Object, Object, DateTimeOffset) | Gets a DateTimeOffset value of a setting, or a default fallback value if the setting is not found. |
![]() | GetDecimal(Object, Object) | Gets a nullable Decimal value of a setting. |
![]() | GetDecimal(Object, Object, Decimal) | Gets the Decimal value of a setting, or a default fallback value if the setting is not found. |
![]() | GetGuid(Object, Object) | Gets a nullable Guid value of a setting. |
![]() | GetGuid(Object, Object, Guid) | Gets a Guid value of a setting, or a default fallback value if the setting is not found. |
![]() | GetInt(Object, Object) | Gets a nullable 32-bit integer value of a setting. |
![]() | GetInt(Object, Object, Int32) | Gets a 32-bit integer value of a setting, or a default fallback value if the setting is not found. |
![]() | GetLong(Object, Object) | Gets a nullable 64-bit integer value of a setting. |
![]() | GetLong(Object, Object, Int64) | Gets a 64-bit integer value of a setting, or a default fallback value if the setting is not found. |
![]() | GetSettingT(Object, Object) | Gets a generic type of value of a setting. This method can be used to get custom Types from a setting's value. An attempt is made to deserialize the setting's raw string value into the requested return Type. If deserialization fails, then processing continues as if the setting was not found, which returns the Type's default value or the fallback parameter value if it's available. This method is suitable for enum Types. |
![]() | GetSettingT(Object, Object, T) | Gets a generic type of value of a setting, or a default fallback value if the setting is not found. This method can be used to get custom Types from a setting's value. An attempt is made to deserialize the setting's raw string value into the requested return Type. If deserialization fails, then processing continues as if the setting was not found, which returns the Type's default value or the fallback parameter value if it's available. This method is suitable for enum Types. |
![]() | GetStrings(Object, Object) | Gets a nullable string array value of a setting. |
![]() | GetStrings(Object, Object, String) | Gets a string array value of a setting, or a default fallback value if the setting is not found. |
![]() | ListAllKeys | List all pairs of application keys and item keys. |
![]() | ListApplicationKeys | List all the distinct application key groups. |
![]() | ListItemKeys | List all the item keys in an application key group. |
![]() | Put | Puts a value into the settings table. |