|
SettingsBaseDeriveDefaultValue Method
|
Attempts to get best default value for given member.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax function DeriveDefaultValue(name, value);
View SourceParameters
- name String
- Field or property name.
- value Object
- Current field or property value.
Return Value
ObjectThe object that is the best default value.
Remarks
If
value is equal to its default(type) value, then any value derived from
DefaultValueAttribute will be used instead.
See Also