Example #1
0
        private OrgApacheJackrabbitOakPluginsIndexSolrOsgiOakSolrConfigurationInfo(string Pid, string Title, string Description, OrgApacheJackrabbitOakPluginsIndexSolrOsgiOakSolrConfigurationProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Example #2
0
 /// <summary>
 /// Sets value for OrgApacheJackrabbitOakPluginsIndexSolrOsgiOakSolrConfigurationInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public OrgApacheJackrabbitOakPluginsIndexSolrOsgiOakSolrConfigurationInfoBuilder Properties(OrgApacheJackrabbitOakPluginsIndexSolrOsgiOakSolrConfigurationProperties value)
 {
     _Properties = value;
     return(this);
 }