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