Student Relationship Address
When the Student Relationship Address entity is selected, Form Designer exposes the following properties of the StudentRelationshipAddressEntity class.
Field | Table : Column | Required | Type | Description | Example |
---|---|---|---|---|---|
Address Type | SyAddress : SyAddrTypeID | No | Int32 | Address type identifier | 2 |
City | SyAddress : City | No | String | City; MaxLength(25) | Chicago |
Country | SyAddress : SyCountryID | No | Nullable Int32 | Country identifier | 1 |
County | SyAddress : SyCountyID | No | Nullable Int32 | County identifier | 88 |
Email Address | SyAddress : Email | No | String | Email address; MaxLength(50) | mario@anthology.com |
Employer Name | SyAddress : Employer | No | String | Employer name; MaxLength(50) | Anthology Inc. |
End Date | SyAddress : EndDate | No | Nullable DateTime | Address end date | 10/31/2014 |
First Name | SyAddress : FirstName | No | String | First name; MaxLength(25) | Mario |
Is Permanent Address | SyAddress : Yearly | No | Boolean | Is this a permanent address? | true |
Last Name | SyAddress : LastName | No | String | Last name; MaxLength(25) | Romanov |
Note | SyAddress : Comments | No | String | Note | Verify employer |
Phone Number | SyAddress : Phone | No | String | Phone number; MaxLength(16) | 123-666-8989 |
Relation To Student | SyAddress : RelationToStudent | No | String | Relation to student; MaxLength(30) | Father |
Second Phone Number | SyAddress : SecondPhone | No | String | Second phone number; MaxLength(16) | 123-666-8990 |
Ssn | SyAddress : SSN | No | String | Social security number; MaxLength(11) | 111-22-3333 |
Start Date | SyAddress : BeginDate | No | Nullable DateTime | Address start date | 10/31/2002 |
State | SyAddress : State | No | String | State; MaxLength(2) | FL |
Street Address | SyAddress : Addr1 | No | String | Street address; MaxLength(255) | 123 Turkey Lane |
Student Enrollment Period Id | SyAddress : AdEnrollID | No | Int32 | Student enrollment period identifier | 1 |
Title | SyAddress : AmTitleID | No | Nullable Int32 | Title identifier | 1 |
Work Phone Number | SyAddress : WorkPhone | No | String | Work phone number; MaxLength(16) | 954-333-9090 |
Years At Address | SyAddress : YearsAtAddress | No | Nullable Decimal | Years at address | 14.5 |
Years Known Student | SyAddress : YearsKnownStudent | No | Nullable Decimal | Years known student | 22 |
ZIP Code / Postal Code | SyAddress : Zip | No | String | ZIP code / postal code; MaxLength(20) | 33075 |