Click or drag to resize

AddressBase Class

A base class from which multiple address classes are derived.
Inheritance Hierarchy

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

The AddressBase type exposes the following members.

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