C# 클래스 OpenADK.Library.au.Student.StudentSectionEnrollment

상속: OpenADK.Library.SifDataObject
파일 보기 프로젝트 열기: open-adk/OpenADK-csharp

공개 메소드들

메소드 설명
StudentSectionEnrollment ( ) : System

Creates an instance of a StudentSectionEnrollment

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

Constructor that accepts values for all mandatory fields

비공개 메소드들

메소드 설명
StudentSectionEnrollment ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

StudentSectionEnrollment() 공개 메소드

Creates an instance of a StudentSectionEnrollment
public StudentSectionEnrollment ( ) : System
리턴 System

StudentSectionEnrollment() 공개 메소드

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
리턴 System