コード例 #1
0
 public Account(ACCOUNT row)
     : this()
 {
     Id = row.Id;
     Number = row.Number;
     OwnerId = row.OwnerId;
     Agency = row.Agency;
 }
コード例 #2
0
 public Account(ACCOUNT row)
     : this()
 {
     this.Id = row.Id;
     this.Number = row.Number;
     this.OwnerId = row.OwnerId;
     this.Agency = row.Agency;
 }
コード例 #3
0
		private void detach_ACCOUNTs(ACCOUNT entity)
		{
			this.SendPropertyChanging();
			entity.PERSON = null;
		}
コード例 #4
0
		private void attach_ACCOUNTs(ACCOUNT entity)
		{
			this.SendPropertyChanging();
			entity.PERSON = this;
		}
コード例 #5
0
 partial void DeleteACCOUNT(ACCOUNT instance);
コード例 #6
0
 partial void UpdateACCOUNT(ACCOUNT instance);
コード例 #7
0
 partial void InsertACCOUNT(ACCOUNT instance);