Click or drag to resize

AddressInsertAdditionalContact Class

Represents the additional contact address information for DataUpdateService.InsertAddressAdditionalContact.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityAddressBase
    SeniorSystemsWS.EntityAddressInsertAdditionalContact

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[SerializableAttribute]
public class AddressInsertAdditionalContact : AddressBase

The AddressInsertAdditionalContact type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalContactInfo
Information about the additional contacts.
Public propertyAddressCode
Gets or sets the address code.
(Inherited from AddressBase.)
Public propertyAddressLines
Gets or sets the address lines.
(Inherited from AddressBase.)
Public propertyAddressType
Gets or sets the address type.
(Inherited from AddressBase.)
Public propertyBillCode
Gets or sets the bill code ("Original","Copy", or blank).
(Inherited from AddressBase.)
Public propertyEmails
Gets or sets the email addresses.
(Inherited from AddressBase.)
Public propertyIsEmergencyContact
Gets or sets a value indicating whether this address is set as an emergency contact address.
(Inherited from AddressBase.)
Public propertyIsSendGrades
Gets or sets a value indicating whether this address is set to receive student's grade reports.
(Inherited from AddressBase.)
Public propertyNotPublishEntireAddress
Gets or sets a value indicating whether the entire address should be hidden in a public directory.
(Inherited from AddressBase.)
Public propertyOtherNumbers
Gets or sets the other numbers.
(Inherited from AddressBase.)
Public propertyPhoneNumbers
Gets or sets the phone numbers.
(Inherited from AddressBase.)
Top
See Also