Example #1
0
 public PropertySchema AddSystemDefinition(SystemPropertyDefinition definition)
 {
     SystemPropertyDefinitions.Add(definition);
     return(this);
 }
Example #2
0
        public static PropertySchema Create(SystemPropertyDefinition systemPropertyDefinition)
        {
            var result = new PropertySchema();

            return(result.AddSystemDefinition(systemPropertyDefinition));
        }