Пример #1
0
        protected virtual ProcessSchema CreateVwRemindingsCountEventsProcessSchema()
        {
            var schema = new VwRemindingsCountEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Пример #2
0
 public VwRemindingsCountEventsProcessSchema(VwRemindingsCountEventsProcessSchema source)
     : base(source)
 {
 }