Exemplo n.º 1
0
        private OrgApacheSlingJcrResourceInternalJcrSystemUserValidatorInfo(string Pid, string Title, string Description, OrgApacheSlingJcrResourceInternalJcrSystemUserValidatorProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Exemplo n.º 2
0
 /// <summary>
 /// Sets value for OrgApacheSlingJcrResourceInternalJcrSystemUserValidatorInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public OrgApacheSlingJcrResourceInternalJcrSystemUserValidatorInfoBuilder Properties(OrgApacheSlingJcrResourceInternalJcrSystemUserValidatorProperties value)
 {
     _Properties = value;
     return(this);
 }