protected virtual ProcessSchema CreateStageBaseEventsProcessSchema() { var schema = new StageBaseEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public StageBaseEventsProcessSchema(StageBaseEventsProcessSchema source) : base(source) { }