Class StudentEducationHighSchoolContact
Inheritance
System.Object
StudentEducationHighSchoolContact
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class StudentEducationHighSchoolContact
Constructors
StudentEducationHighSchoolContact()
Declaration
public StudentEducationHighSchoolContact()
Properties
IsPrimary
Gets or sets a value indicating whether this instance is primary.
Declaration
public bool IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SyOrganizationContactId
Gets or sets the sy organization contact identifier.
Declaration
public int SyOrganizationContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The sy organization contact identifier. |