Name | Description | |
---|---|---|
Beneficiary Constructor |
The following tables list the members exposed by Beneficiary.
Name | Description | |
---|---|---|
Beneficiary Constructor |
Name | Description | |
---|---|---|
Address | The beneficiary's address. Beneficiary's address. | |
Name | The beneficiary's name. Beneficiary's name. | |
Percent | The percentage of benefit amount the beneficiary will receive. | |
Phone | The beneficiary's phone number. Beneficiary's phone number. | |
Type | Specifies the beneficiary type - Primary or Contingent. |
Name | Description | |
---|---|---|
Age | Gets or sets the age of the beneficiary. The Age property gets or sets the beneficiary's age. | |
ApplicantID | Gets or sets the applicant ID. | |
BirthDate | Gets or sets the beneficiary's birth date. The BirthDate property gets or sets the beneficiary's birth date. | |
CountryOfCitizenship | Gets or sets the beneficiary's country of citizenship. The CountryOfCitizenship gets or sets the beneficiary's country of citizenship. | |
FirstName | Gets or sets the beneficiary's first name. The FirstName property gets or sets the beneficiary's first name. | |
LastName | Gets or sets the beneficiary's last name. The LastName property gets or sets the beneficiary's last name. | |
MiddleInitial | Gets or sets the beneficiary's middle initial. The MiddleInitial property gets or sets the beneficiary's middle initial. | |
RelationshipDescription | Gets or sets the relationship of the beneficiary to the applicant. The RelationshipDescription property gets or sets the legal relationship status of the beneficiary. For example, "child". | |
Sex | Gets or sets the gender. | |
SSN | Gets or sets the social security number of the beneficiary. | |
Suffix | Gets or sets the suffix of the beneficiary's name. | |
UniqueID | Gets or sets the unique ID of the beneficiary. |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
GetFullName | The concatenated first, middle, and last name of this person. | |
ShouldSerializeAge | A ShouldSerialize[Object] method (ShouldSerializeAge) that returns true or false. XML serialization enables an object's public fields and properties to be saved and loaded to/from an XML file. Typically, XML serialization will be desired for an object that is not null or empty and has a value such as a string object or a list object that is not null and has at least one element. | |
ShouldSerializeBirthDate | A ShouldSerialize[Object] method (ShouldSerializeBirthDate) that returns true or false. XML serialization enables an object's public fields and properties to be saved and loaded to/from an XML file. Typically, XML serialization will be desired for an object that is not null or empty and has a value such as a string object or a list object that is not null and has at least one element. |