Пример #1
0
        protected virtual ProcessSchema CreateSpecificationInProductEventsProcessSchema()
        {
            var schema = new SpecificationInProductEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Пример #2
0
 public SpecificationInProductEventsProcessSchema(SpecificationInProductEventsProcessSchema source)
     : base(source)
 {
 }