C# Class OpenADK.Library.au.Student.StudentSectionEnrollment

Inheritance: OpenADK.Library.SifDataObject
Mostrar archivo Open project: open-adk/OpenADK-csharp

Public Methods

Method Description
StudentSectionEnrollment ( ) : System

Creates an instance of a StudentSectionEnrollment

StudentSectionEnrollment ( string refId, string studentPersonalRefId, string sectionInfoRefId ) : System

Constructor that accepts values for all mandatory fields

Private Methods

Method Description
StudentSectionEnrollment ( SerializationInfo info, StreamingContext context ) : System

Method Details

StudentSectionEnrollment() public method

Creates an instance of a StudentSectionEnrollment
public StudentSectionEnrollment ( ) : System
return System

StudentSectionEnrollment() public method

Constructor that accepts values for all mandatory fields
public StudentSectionEnrollment ( string refId, string studentPersonalRefId, string sectionInfoRefId ) : System
refId string A RefId
studentPersonalRefId string A StudentPersonalRefId
sectionInfoRefId string A SectionInfoRefId
return System