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