Пример #1
0
 public Absence(int color, string charID, AbsenceType absenceTypeID, long countryID, bool useInCalck, bool isFixed, double value, long languageID, string name)
 {
     this._languageID    = languageID;
     this._name          = name;
     this._color         = color;
     this._charID        = charID;
     this._useInCalck    = useInCalck;
     this._isFixed       = isFixed;
     this._value         = value;
     this._absenceTypeID = absenceTypeID;
     this._countryID     = countryID;
 }
Пример #2
0
 public Absence(int color, string charID, AbsenceType absenceTypeID, long countryID, bool useInCalck, bool isFixed, double value, long languageID, string name)
 {
     this._languageID = languageID;
     this._name = name;
     this._color = color;
     this._charID = charID;
     this._useInCalck = useInCalck;
     this._isFixed = isFixed;
     this._value = value;
     this._absenceTypeID = absenceTypeID;
     this._countryID = countryID;
 }
Пример #3
0
 public AbsenceTypeName( long languageID, string name, AbsenceType absenceType )
 {
     this._languageID = languageID;
     this._name = name;
     this._absenceType = absenceType;
 }
Пример #4
0
 public AbsenceTypeName(long languageID, string name, AbsenceType absenceType)
 {
     this._languageID  = languageID;
     this._name        = name;
     this._absenceType = absenceType;
 }