Exemplo n.º 1
0
 partial void DeleteTranscodingQueue(TranscodingQueue instance);
Exemplo n.º 2
0
 partial void UpdateTranscodingQueue(TranscodingQueue instance);
Exemplo n.º 3
0
 partial void InsertTranscodingQueue(TranscodingQueue instance);
Exemplo n.º 4
0
		private void detach_TranscodingQueues(TranscodingQueue entity)
		{
			this.SendPropertyChanging();
			entity.Server = null;
		}
Exemplo n.º 5
0
		private void detach_TranscodingQueues(TranscodingQueue entity)
		{
			this.SendPropertyChanging();
			entity.TargetFormat = null;
		}
Exemplo n.º 6
0
		private void attach_TranscodingQueues(TranscodingQueue entity)
		{
			this.SendPropertyChanging();
			entity.ServerMedia = this;
		}