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

Inheritance: OpenADK.Library.SifDataObject
Afficher le fichier Open project: open-adk/OpenADK-csharp

Méthodes publiques

Méthode 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

Méthode Description
StudentSectionEnrollment ( SerializationInfo info, StreamingContext context ) : System

Method Details

StudentSectionEnrollment() public méthode

Creates an instance of a StudentSectionEnrollment
public StudentSectionEnrollment ( ) : System
Résultat System

StudentSectionEnrollment() public méthode

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
Résultat System