예제 #1
0
 public Event(Event e)
 {
     this.EventId = e.EventId;
     this.Ending = e.Ending;
     this.Start = e.Start;
     this.Title = e.Title;
     this.Description = e.Description;
     this.AccountId = e.AccountId;
     this.Created = e.Created;
     this.Updated = e.Updated;
     this.Account = e.Account;
     this.EventArtists = e.EventArtists;
     this.EventItems = e.EventItems;
     this.EventAudios = e.EventAudios;
     this.EventVideos = e.EventVideos;
     this.EventPhotos = e.EventPhotos;
     this.Location = e.Location;
     this.Photo = e.Photo;
     this.PhotoId = e.PhotoId;
     this.Venue = e.Venue;
 }
예제 #2
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void DeleteEvent(Event instance);
예제 #3
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void UpdateEvent(Event instance);
예제 #4
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void InsertEvent(Event instance);
예제 #5
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
		private void detach_Events(Event entity)
		{
			this.SendPropertyChanging();
			entity.Photo = null;
		}
예제 #6
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
		private void attach_Events(Event entity)
		{
			this.SendPropertyChanging();
			entity.Photo = this;
		}