Client model for RegistrationRegistrantFee that includes all the fields that are available for GETs. Use this for GETs (use RegistrationRegistrantFeeEntity for POST/PUTs)
Inheritance: RegistrationRegistrantFeeEntity
コード例 #1
0
 /// <summary>
 /// Copies the base properties from a source RegistrationRegistrantFee object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(RegistrationRegistrantFee source)
 {
     this.Id          = source.Id;
     this.Cost        = source.Cost;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Option   = source.Option;
     this.Quantity = source.Quantity;
     this.RegistrationRegistrantId  = source.RegistrationRegistrantId;
     this.RegistrationTemplateFeeId = source.RegistrationTemplateFeeId;
     this.CreatedDateTime           = source.CreatedDateTime;
     this.ModifiedDateTime          = source.ModifiedDateTime;
     this.CreatedByPersonAliasId    = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId   = source.ModifiedByPersonAliasId;
     this.Guid      = source.Guid;
     this.ForeignId = source.ForeignId;
 }
コード例 #2
0
 /// <summary>
 /// Copies the base properties from a source RegistrationRegistrantFee object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( RegistrationRegistrantFee source )
 {
     this.Id = source.Id;
     this.Cost = source.Cost;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Option = source.Option;
     this.Quantity = source.Quantity;
     this.RegistrationRegistrantId = source.RegistrationRegistrantId;
     this.RegistrationTemplateFeeId = source.RegistrationTemplateFeeId;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }
コード例 #3
0
 /// <summary>
 /// Copies the base properties from a source RegistrationRegistrantFee object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( RegistrationRegistrantFee source )
 {
     this.Id = source.Id;
     this.Cost = source.Cost;
     this.Option = source.Option;
     this.Quantity = source.Quantity;
     this.RegistrationRegistrantId = source.RegistrationRegistrantId;
     this.RegistrationTemplateFeeId = source.RegistrationTemplateFeeId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }