Ejemplo n.º 1
0
 internal void DeleteAllAttributeByIdScheme()
 {
     DALProbAttribute.DeleteAllAttributeByIdScheme(this);
 }
Ejemplo n.º 2
0
 internal int getMaxIdinTable()
 {
     return(DALProbAttribute.getMaxIdinTable());
 }
Ejemplo n.º 3
0
 internal void DeleteAllAttribute()
 {
     DALProbAttribute.DeleteAllAttribute();
 }
Ejemplo n.º 4
0
 internal void Insert()
 {
     DALProbAttribute.Insert(this);
 }
Ejemplo n.º 5
0
 internal List <ProbAttribute> getListAttributeByIDScheme(int IDScheme)
 {
     return(DALProbAttribute.getListAttributeByIDScheme(IDScheme));
 }