protected virtual ProcessSchema CreateSpecificationListItemEventsProcessSchema()
        {
            var schema = new SpecificationListItemEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public SpecificationListItemEventsProcessSchema(SpecificationListItemEventsProcessSchema source)
     : base(source)
 {
 }