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