コード例 #1
0
		private void attach_Resource(Resource entity)
		{
			this.SendPropertyChanging();
			entity.Contact = this;
		}
コード例 #2
0
		private void detach_Resource(Resource entity)
		{
			this.SendPropertyChanging();
			entity.Contact = null;
		}
コード例 #3
0
 partial void DeleteResource(Resource instance);
コード例 #4
0
 partial void UpdateResource(Resource instance);
コード例 #5
0
 partial void InsertResource(Resource instance);
コード例 #6
0
		private void detach_Resource(Resource entity)
		{
			this.SendPropertyChanging();
			entity.Location = null;
		}
コード例 #7
0
		private void attach_Resource(Resource entity)
		{
			this.SendPropertyChanging();
			entity.Location = this;
		}