コード例 #1
0
ファイル: Method.cs プロジェクト: 392HEMI/Api
 public Method(DbEntity entity, ApiMethod method, bool isVisible, bool forAutorized)
 {
     this.entity = entity;
     this.method = method;
     this.isVisible = isVisible;
     this.forAutorized = forAutorized;
 }
コード例 #2
0
ファイル: Entity.cs プロジェクト: 392HEMI/Api
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name = name;
 }
コード例 #3
0
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name   = name;
 }