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