Click or drag to resize

PropertyServiceFallbackImplementation Methods

The PropertyServiceFallbackImplementation type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValueT(PropertyKeyT, RuntimePropertyKind) Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Public methodGetValueT(String, T) Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Public methodGetValueT(PropertyKeyT, RuntimePropertyKind, FuncT) Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Public methodGetValueOrNullT Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSave Since this is the fallback implementation, this call has no effect.
Public methodSetValueT(PropertyKeyT, T) Sets a value belonging to a property key
Public methodSetValueT(String, T) Sets a value associated with a property key.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also