Client model for RegistrationTemplateFee that includes all the fields that are available for GETs. Use this for GETs (use RegistrationTemplateFeeEntity for POST/PUTs)
Наследование: RegistrationTemplateFeeEntity
Пример #1
0
 /// <summary>
 /// Copies the base properties from a source RegistrationTemplateFee object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(RegistrationTemplateFee source)
 {
     this.Id            = source.Id;
     this.AllowMultiple = source.AllowMultiple;
     #pragma warning disable 612, 618
     this.CostValue = source.CostValue;
     #pragma warning restore 612, 618
     this.DiscountApplies                   = source.DiscountApplies;
     this.FeeType                           = source.FeeType;
     this.ForeignGuid                       = source.ForeignGuid;
     this.ForeignKey                        = source.ForeignKey;
     this.HideWhenNoneRemaining             = source.HideWhenNoneRemaining;
     this.IsActive                          = source.IsActive;
     this.IsRequired                        = source.IsRequired;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name  = source.Name;
     this.Order = source.Order;
     this.RegistrationTemplateId  = source.RegistrationTemplateId;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid      = source.Guid;
     this.ForeignId = source.ForeignId;
 }
 /// <summary>
 /// Copies the base properties from a source RegistrationTemplateFee object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(RegistrationTemplateFee source)
 {
     this.Id              = source.Id;
     this.AllowMultiple   = source.AllowMultiple;
     this.CostValue       = source.CostValue;
     this.DiscountApplies = source.DiscountApplies;
     this.FeeType         = source.FeeType;
     this.ForeignGuid     = source.ForeignGuid;
     this.ForeignKey      = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name  = source.Name;
     this.Order = source.Order;
     this.RegistrationTemplateId  = source.RegistrationTemplateId;
     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 RegistrationTemplateFee object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( RegistrationTemplateFee source )
 {
     this.Id = source.Id;
     this.AllowMultiple = source.AllowMultiple;
     this.CostValue = source.CostValue;
     this.DiscountApplies = source.DiscountApplies;
     this.FeeType = source.FeeType;
     this.Name = source.Name;
     this.Order = source.Order;
     this.RegistrationTemplateId = source.RegistrationTemplateId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }
Пример #4
0
 /// <summary>
 /// Copies the base properties from a source RegistrationTemplateFee object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( RegistrationTemplateFee source )
 {
     this.Id = source.Id;
     this.AllowMultiple = source.AllowMultiple;
     this.CostValue = source.CostValue;
     this.DiscountApplies = source.DiscountApplies;
     this.FeeType = source.FeeType;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name = source.Name;
     this.Order = source.Order;
     this.RegistrationTemplateId = source.RegistrationTemplateId;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }