private OrgApacheSlingI18nImplJcrResourceBundleProviderInfo(string Pid, string Title, string Description, OrgApacheSlingI18nImplJcrResourceBundleProviderProperties Properties, string AdditionalProperties, string BundleLocation, string ServiceLocation) { this.Pid = Pid; this.Title = Title; this.Description = Description; this.Properties = Properties; this.AdditionalProperties = AdditionalProperties; this.BundleLocation = BundleLocation; this.ServiceLocation = ServiceLocation; }
/// <summary> /// Sets value for OrgApacheSlingI18nImplJcrResourceBundleProviderInfo.Properties property. /// </summary> /// <param name="value">Properties</param> public OrgApacheSlingI18nImplJcrResourceBundleProviderInfoBuilder Properties(OrgApacheSlingI18nImplJcrResourceBundleProviderProperties value) { _Properties = value; return(this); }