Beispiel #1
0
        public static EmptySetEntity CreateEmptySetEntity(int ID)
        {
            EmptySetEntity emptySetEntity = new EmptySetEntity();

            emptySetEntity.ID = ID;
            return(emptySetEntity);
        }
 public static EmptySetEntity CreateEmptySetEntity(int ID)
 {
     EmptySetEntity emptySetEntity = new EmptySetEntity();
     emptySetEntity.ID = ID;
     return emptySetEntity;
 }
 public void AddToEmptySet(EmptySetEntity emptySetEntity)
 {
     base.AddObject("EmptySet", emptySetEntity);
 }
Beispiel #4
0
 public void AddToEmptySet(EmptySetEntity emptySetEntity)
 {
     base.AddObject("EmptySet", emptySetEntity);
 }