コード例 #1
0
        protected virtual ProcessSchema CreateBaseMessageHistoryEventsProcessSchema()
        {
            var schema = new BaseMessageHistoryEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
コード例 #2
0
 public BaseMessageHistoryEventsProcessSchema(BaseMessageHistoryEventsProcessSchema source)
     : base(source)
 {
 }