コード例 #1
0
 internal void DeleteAllAttributeByIdScheme()
 {
     FProbAttributeDAL.DeleteAllAttributeByIdScheme(this);
 }
コード例 #2
0
 internal int getMaxIdinTable()
 {
     return(FProbAttributeDAL.getMaxIdinTable());
 }
コード例 #3
0
 internal void DeleteAllAttribute()
 {
     FProbAttributeDAL.DeleteAllAttribute();
 }
コード例 #4
0
 internal void Insert()
 {
     FProbAttributeDAL.Insert(this);
 }
コード例 #5
0
 internal List <FProbAttributeBLL> getListAttributeByIDScheme(int IDScheme)
 {
     return(FProbAttributeDAL.getListAttributeByIDScheme(IDScheme));
 }