public override bool Equals(object obj)
            {
                if (obj == this)
                {
                    return(true);
                }
                if (obj == null)
                {
                    return(false);
                }

                BusinessObjectID that = obj as BusinessObjectID;

                if (that == null)
                {
                    return(false);
                }
                else
                {
                    if (this.OBJECTCODE != that.OBJECTCODE)
                    {
                        return(false);
                    }
                    if (this.THETYPE != that.THETYPE)
                    {
                        return(false);
                    }
                    if (this.ADMINGROUPCODE != that.ADMINGROUPCODE)
                    {
                        return(false);
                    }

                    return(true);
                }
            }
Ejemplo n.º 2
0
            public override bool Equals(object obj)
            {
                if (obj == this)
                {
                    return(true);
                }
                if (obj == null)
                {
                    return(false);
                }

                BusinessObjectID that = obj as BusinessObjectID;

                if (that == null)
                {
                    return(false);
                }
                else
                {
                    if (this.STAFFFROM != that.STAFFFROM)
                    {
                        return(false);
                    }
                    if (this.PRIORITYCODE != that.PRIORITYCODE)
                    {
                        return(false);
                    }
                    if (this.STAFFTO != that.STAFFTO)
                    {
                        return(false);
                    }

                    return(true);
                }
            }
Ejemplo n.º 3
0
            public override bool Equals(object obj)
            {
                if (obj == this)
                {
                    return(true);
                }
                if (obj == null)
                {
                    return(false);
                }

                BusinessObjectID that = obj as BusinessObjectID;

                if (that == null)
                {
                    return(false);
                }
                else
                {
                    if (this.CODE != that.CODE)
                    {
                        return(false);
                    }

                    return(true);
                }
            }
Ejemplo n.º 4
0
            public override bool Equals(object obj)
            {
                if (obj == this)
                {
                    return(true);
                }
                if (obj == null)
                {
                    return(false);
                }

                BusinessObjectID that = obj as BusinessObjectID;

                if (that == null)
                {
                    return(false);
                }
                else
                {
                    if (this.UNIVERSITYCODE != that.UNIVERSITYCODE)
                    {
                        return(false);
                    }
                    if (this.TABLENAME != that.TABLENAME)
                    {
                        return(false);
                    }
                    if (this.THECODE != that.THECODE)
                    {
                        return(false);
                    }

                    return(true);
                }
            }
Ejemplo n.º 5
0
            public override bool Equals(object obj)
            {
                if (obj == this)
                {
                    return(true);
                }
                if (obj == null)
                {
                    return(false);
                }

                BusinessObjectID that = obj as BusinessObjectID;

                if (that == null)
                {
                    return(false);
                }
                else
                {
                    if (this.EXAMHALLSTUDENTCODE != that.EXAMHALLSTUDENTCODE)
                    {
                        return(false);
                    }
                    if (this.EXAMFORMDETAILCODE != that.EXAMFORMDETAILCODE)
                    {
                        return(false);
                    }
                    if (this.QUESTIONCODE != that.QUESTIONCODE)
                    {
                        return(false);
                    }

                    return(true);
                }
            }
            public override bool Equals(object obj)
            {
                if (obj == this)
                {
                    return(true);
                }
                if (obj == null)
                {
                    return(false);
                }

                BusinessObjectID that = obj as BusinessObjectID;

                if (that == null)
                {
                    return(false);
                }
                else
                {
                    if (this.OBJECTCODE != that.OBJECTCODE)
                    {
                        return(false);
                    }
                    if (this.THETYPE != that.THETYPE)
                    {
                        return(false);
                    }
                    if (this.PRIORITYCODE != that.PRIORITYCODE)
                    {
                        return(false);
                    }
                    if (this.FORMAN != that.FORMAN)
                    {
                        return(false);
                    }
                    if (this.THECODE != that.THECODE)
                    {
                        return(false);
                    }
                    if (this.TABLENAME != that.TABLENAME)
                    {
                        return(false);
                    }

                    return(true);
                }
            }
Ejemplo n.º 7
0
		public override bool Equals(object obj)
		{
			if (obj == this) return true;
			if (obj == null) return false;

			BusinessObjectID that = obj as BusinessObjectID;
			if (that == null)
			{
				return false;
			}
			else
			{
		if (this.CODE != that.CODE) return false;

				return true;
			}

		}
            public override bool Equals(object obj)
            {
                if (obj == this)
                {
                    return(true);
                }
                if (obj == null)
                {
                    return(false);
                }

                BusinessObjectID that = obj as BusinessObjectID;

                if (that == null)
                {
                    return(false);
                }
                else
                {
                    if (this.SUBJECTCONTENTCODE != that.SUBJECTCONTENTCODE)
                    {
                        return(false);
                    }
                    if (this.EXAMTIMECODE != that.EXAMTIMECODE)
                    {
                        return(false);
                    }
                    if (this.QUESTIONUSECODE != that.QUESTIONUSECODE)
                    {
                        return(false);
                    }
                    if (this.EXAMFORMCODE != that.EXAMFORMCODE)
                    {
                        return(false);
                    }

                    return(true);
                }
            }
Ejemplo n.º 9
0
 public CONTENTGROUP_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 10
0
 public STUDENTPARAMETER_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 11
0
 public QUESTIONTYPE_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
 public WAREHOUSEEQUIPMENTTYPE_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 13
0
 public CLASS_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 14
0
 public PROVINCEREFERENCE_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 15
0
	public FACTORGROUP_OBJ(BusinessObjectID id)
	{
		base._ID = new BusinessObjectID();
		base._ID = id;
	}
Ejemplo n.º 16
0
 public DEPARTMENTPRIORITY_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 17
0
 public PERSONALPARAMETER_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
 public LEVELTITLEADMINGROUP_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 19
0
 public RESEARCHSTATUS_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 20
0
 public COURSESTUDIED_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 21
0
 public APPROVEDSTATUS_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 22
0
 public SKILL_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 23
0
 public NATION_OBJ()
 {
     _ID = new BusinessObjectID();
 }
Ejemplo n.º 24
0
 public EXAMFORMDETAIL_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 25
0
 public NATION_OBJ(BusinessObjectID id)
 {
     _ID = new BusinessObjectID();
     _ID = id;
 }
Ejemplo n.º 26
0
 public MARKTYPE_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 27
0
 public CLASSMORALHISTORY_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 28
0
 public SUPPLIER_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 29
0
 public TOWN_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }
Ejemplo n.º 30
0
 public HISTORYLOG_OBJ(BusinessObjectID id)
 {
     base._ID = new BusinessObjectID();
     base._ID = id;
 }