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