예제 #1
0
        protected virtual ProcessSchema CreateMessageNotifierBySectionEventsProcessSchema()
        {
            var schema = new MessageNotifierBySectionEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
예제 #2
0
 public MessageNotifierBySectionEventsProcessSchema(MessageNotifierBySectionEventsProcessSchema source)
     : base(source)
 {
 }