Click or drag to resize

AddressMini Class

A simpler address without contact information used by export routines.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityAddressMini

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

The AddressMini type exposes the following members.

Properties
  NameDescription
Public propertyActiveFromDate
Gets or sets the active start date.
Public propertyActiveToDate
Gets or sets the active end date.
Public propertyAdditionalContactInfo
Information about the additional contacts.
Public propertyAddress1
Gets or sets the street address line 1.
Public propertyAddress2
Gets or sets the street address line 2.
Public propertyAddress3
Gets or sets the street address line 3.
Public propertyAddressCode
Gets or sets the address code.
Public propertyAddressNumber
Gets or sets the address number.
Public propertyAddressType
Gets or sets the type of the address.
Public propertyBillCode
Gets or sets the bill code.
Public propertyCity
Gets or sets the city.
Public propertyCompanyName
Gets or sets the name of the company for a work address.
Public propertyCountry
Gets or sets the country.
Public propertyHasPendingChanges
Gets or sets a value indicating whether this address has pending (unapproved) changes.
Public propertyHouseholdID
Gets or sets the household ID.
Public propertyIndustry
Gets or sets the industry in a work address.
Public propertyInternalAddressCode
Gets or sets the internal address code.
Public propertyIsActive
Gets or sets a value indicating whether this address is active.
Public propertyIsAdditionalContact
Gets a value indicating whether this address is an additional contact address.
Public propertyIsEmergencyContact
Gets or sets a value indicating whether this address is set as an emergency contact address.
Public propertyIsPendingDelete
Gets or sets a value indicating whether this pending address record is marked for deletion..
Public propertyIsPendingRecord
Gets or sets a value indicating whether this is a pending (unapproved) address record.
Public propertyIsPrimaryAddress
Gets or sets a value indicating whether this address is primary address.
Public propertyIsSendGrades
Gets or sets a value indicating whether this address is set to receive student's grade reports.
Public propertyJobTitle
Gets or sets the job title in a work address.
Public propertyNotes
Gets or sets the notes in a work address.
Public propertyNotPublishAddressLines
Gets or sets a value indicating whether address lines should be hidden in a public directory.
Public propertyNotPublishCityStateZip
Gets or sets a value indicating whether city, state and zip code should be hidden in a public directory.
Public propertyNotPublishCompany
Gets or sets a value indicating whether the company name should be hidden in a public directory.
Public propertyNotPublishCountry
Gets or sets a value indicating whether country should be hidden in a public directory.
Public propertyNotPublishEntireAddress
Gets or sets a value indicating whether the entire address should be hidden in a public directory.
Public propertyOccupation
Gets or sets the occupation in a work address.
Public propertyState
Gets or sets the state.
Public propertyZip
Gets or sets the zip code.
Top
See Also