Exemplo n.º 1
0
 /// <summary>
 /// There are no comments for OwnerContactInfos in the schema.
 /// </summary>
 public void AddToOwnerContactInfos(OwnerContactInfos ownerContactInfos)
 {
     base.AddObject("OwnerContactInfos", ownerContactInfos);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new OwnerContactInfos object.
 /// </summary>
 /// <param name="contactInfoId">Initial value of ContactInfoId.</param>
 public static OwnerContactInfos CreateOwnerContactInfos(int contactInfoId)
 {
     OwnerContactInfos ownerContactInfos = new OwnerContactInfos();
     ownerContactInfos.ContactInfoId = contactInfoId;
     return ownerContactInfos;
 }