C# Класс OpenADK.Library.au.Student.StudentSectionEnrollment

Наследование: OpenADK.Library.SifDataObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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