MFConfigurationAttributeLoadT Method
Loads the configuration from the configuration storage.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual T Load<T>(
Vault vault,
T original,
IConfigurationStorage storage
)
where T : class, new()
- vault Vault
- The vault object.
- original T
- The (possibly prefilled) existing object that will be populated. Can be null in which case a new instance will be created.
- storage IConfigurationStorage
- The configuration storage object.
- T
- The configuration object's type.
TThe populated original or new object depending whether the original was given in the first place.