Пример #1
0
        private OrgApacheSlingCommonsSchedulerImplQuartzSchedulerInfo(string Pid, string Title, string Description, OrgApacheSlingCommonsSchedulerImplQuartzSchedulerProperties Properties, string BundleLocation, string ServiceLocation)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;

            this.BundleLocation = BundleLocation;

            this.ServiceLocation = ServiceLocation;
        }
Пример #2
0
 /// <summary>
 /// Sets value for OrgApacheSlingCommonsSchedulerImplQuartzSchedulerInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public OrgApacheSlingCommonsSchedulerImplQuartzSchedulerInfoBuilder Properties(OrgApacheSlingCommonsSchedulerImplQuartzSchedulerProperties value)
 {
     _Properties = value;
     return(this);
 }