コード例 #1
0
 internal static ConfigurableObject Fill(ConfigurableObject configObject, ProviderPropertyDefinition property, UserConfigurationXmlHelper.GetXmlUserConfigurationDelegate getXmlUserConfigurationDelegate)
 {
     return(UserConfigurationXmlHelper.Fill(configObject, property, (bool createIfNonexisting) => getXmlUserConfigurationDelegate(createIfNonexisting)));
 }
コード例 #2
0
 protected override void InternalFill(TObject configObject)
 {
     base.InternalFill(configObject);
     UserConfigurationXmlHelper.Fill(configObject, this.Property, (bool createIfNonexisting) => this.ReadableConfigurationGetter(base.Session, base.Configuration, UserConfigurationTypes.XML, createIfNonexisting));
 }