コード例 #1
0
 partial void DeleteWebPropRequirementCheck(WebPropRequirementCheck instance);
コード例 #2
0
 partial void UpdateWebPropRequirementCheck(WebPropRequirementCheck instance);
コード例 #3
0
		private void detach_WebPropRequirementChecks(WebPropRequirementCheck entity)
		{
			this.SendPropertyChanging();
			entity.WebPropRequirement = null;
		}
コード例 #4
0
 partial void InsertWebPropRequirementCheck(WebPropRequirementCheck instance);
コード例 #5
0
		private void attach_WebPropRequirementChecks(WebPropRequirementCheck entity)
		{
			this.SendPropertyChanging();
			entity.WebProperty = this;
		}