Ejemplo n.º 1
0
 public PropertyCollection(IList <IProperty> innerList, ContextSchema schema)
 {
     this.innerList = innerList ?? new List <IProperty>();
     this.schema    = schema ?? new ContextSchema(new List <PropertyDefinition>());
 }
Ejemplo n.º 2
0
 public abstract IContext CreateContext(string contextName, ContextSchema schemaTable);