Class StudentPhotoByStudentNumber
Inheritance
System.Object
StudentPhotoByStudentNumber
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.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentPhotoByStudentNumber
Constructors
StudentPhotoByStudentNumber()
Declaration
public StudentPhotoByStudentNumber()
Properties
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentPicture
Declaration
public byte[] StudentPicture { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
StudentPictureId
Declaration
public int StudentPictureId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |