Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
 partial void DeleteRelationshipDescriptorPair(RelationshipDescriptorPair instance);
コード例 #2
0
		private void detach_RelationshipDescriptorPairs(RelationshipDescriptorPair entity)
		{
			this.SendPropertyChanging();
			entity.RelationshipType = null;
		}
コード例 #3
0
 partial void InsertRelationshipDescriptorPair(RelationshipDescriptorPair instance);
コード例 #4
0
		private void attach_RelationshipDescriptorPairs(RelationshipDescriptorPair entity)
		{
			this.SendPropertyChanging();
			entity.DescriptorType = this;
		}