コード例 #1
0
 partial void DeleteSecurityDescriptorRecord(SecurityDescriptorRecord instance);
コード例 #2
0
 partial void UpdateSecurityDescriptorRecord(SecurityDescriptorRecord instance);
コード例 #3
0
		private void detach_SecurityDescriptorRecords(SecurityDescriptorRecord entity)
		{
			this.SendPropertyChanging();
			entity.SecurityRole = null;
		}
コード例 #4
0
 partial void InsertSecurityDescriptorRecord(SecurityDescriptorRecord instance);
コード例 #5
0
		private void attach_SecurityDescriptorRecords(SecurityDescriptorRecord entity)
		{
			this.SendPropertyChanging();
			entity.SecurityTrustee = this;
		}