Exemplo n.º 1
0
		public static AT CreateAT(NeoDatis.Odb.Test.Update.Nullobject.User
			 user)
		{
			NeoDatis.Odb.Test.Update.Nullobject.Constructor constructor = new NeoDatis.Odb.Test.Update.Nullobject.Constructor
				();
			constructor.SetCreationDate(new System.DateTime());
			constructor.SetName("neodatis");
			constructor.SetDescription("Neodatis");
			AT newAt = new AT
				();
			newAt.SetName("AT1");
			newAt.SetConstructor(constructor);
			newAt.SetCreationDate(new System.DateTime());
			newAt.SetDeleted(false);
			newAt.SetIpAddress("1.1.1.1");
			newAt.SetPhysicalAddress("A01");
			newAt.SetPort(4000);
			newAt.SetStatus(true);
			newAt.SetType("Type1");
			newAt.SetUpdateDate(new System.DateTime());
			newAt.SetUser(user);
			return newAt;
		}
Exemplo n.º 2
0
        public static AT CreateAT(NeoDatis.Odb.Test.Update.Nullobject.User
                                  user)
        {
            NeoDatis.Odb.Test.Update.Nullobject.Constructor constructor = new NeoDatis.Odb.Test.Update.Nullobject.Constructor
                                                                              ();
            constructor.SetCreationDate(new System.DateTime());
            constructor.SetName("neodatis");
            constructor.SetDescription("Neodatis");
            AT newAt = new AT
                           ();

            newAt.SetName("AT1");
            newAt.SetConstructor(constructor);
            newAt.SetCreationDate(new System.DateTime());
            newAt.SetDeleted(false);
            newAt.SetIpAddress("1.1.1.1");
            newAt.SetPhysicalAddress("A01");
            newAt.SetPort(4000);
            newAt.SetStatus(true);
            newAt.SetType("Type1");
            newAt.SetUpdateDate(new System.DateTime());
            newAt.SetUser(user);
            return(newAt);
        }
Exemplo n.º 3
0
Arquivo: PMV.cs Projeto: ekicyou/pasta
 public virtual void SetConstructor(NeoDatis.Odb.Test.Update.Nullobject.Constructor
                                    constructor)
 {
     this.constructor = constructor;
 }
Exemplo n.º 4
0
		public virtual void SetConstructor(NeoDatis.Odb.Test.Update.Nullobject.Constructor
			 constructor)
		{
			this.constructor = constructor;
		}