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