Example #1
0
 public Method(DbEntity entity, ApiMethod method, bool isVisible, bool forAutorized)
 {
     this.entity = entity;
     this.method = method;
     this.isVisible = isVisible;
     this.forAutorized = forAutorized;
 }
Example #2
0
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name = name;
 }
Example #3
0
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name   = name;
 }