Ejemplo n.º 1
0
        private OrgApacheSlingTracerInternalLogTracerInfo(string Pid, string Title, string Description, OrgApacheSlingTracerInternalLogTracerProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets value for OrgApacheSlingTracerInternalLogTracerInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public OrgApacheSlingTracerInternalLogTracerInfoBuilder Properties(OrgApacheSlingTracerInternalLogTracerProperties value)
 {
     _Properties = value;
     return(this);
 }