Exemplo n.º 1
0
 /// <summary>
 /// 实例化子类中,所有Set属性
 /// </summary>
 private void InstanceProperty()
 {
     QueueManger = new ViewQueueManger(DataBase);
     InstanceProperty(this, "ViewSet`1");
 }
Exemplo n.º 2
0
 /// <summary>
 /// 实例化子类中,所有Set属性
 /// </summary>
 private void InstanceProperty()
 {
     QueueManger = new ViewQueueManger(DataBase, ContextMap);
     InstanceProperty(this, "ViewSet`1");
     InstanceProperty(this, "ViewSetCache`1");
 }