Exemple #1
0
        private OrgApacheSlingFeatureflagsFeatureInfo(string Pid, string Title, string Description, OrgApacheSlingFeatureflagsFeatureProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Exemple #2
0
 /// <summary>
 /// Sets value for OrgApacheSlingFeatureflagsFeatureInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public OrgApacheSlingFeatureflagsFeatureInfoBuilder Properties(OrgApacheSlingFeatureflagsFeatureProperties value)
 {
     _Properties = value;
     return(this);
 }