Example #1
0
        protected virtual ProcessSchema CreateChangeStatusEventsProcessSchema()
        {
            var schema = new ChangeStatusEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Example #2
0
 public ChangeStatusEventsProcessSchema(ChangeStatusEventsProcessSchema source)
     : base(source)
 {
 }