C# Класс ResumeFactory.Entity.SocialPractice

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
SocialPractice ( ) : System
SocialPractice ( string fId, string fResumeId, string fPracticeName, System.DateTime fPracticeStartDate, System.DateTime fPracticeEndDate, string fPracticeDesc, int fPracticeOrder ) : System

Описание методов

SocialPractice() публичный Метод

public SocialPractice ( ) : System
Результат System

SocialPractice() публичный Метод

public SocialPractice ( string fId, string fResumeId, string fPracticeName, System.DateTime fPracticeStartDate, System.DateTime fPracticeEndDate, string fPracticeDesc, int fPracticeOrder ) : System
fId string
fResumeId string
fPracticeName string
fPracticeStartDate System.DateTime
fPracticeEndDate System.DateTime
fPracticeDesc string
fPracticeOrder int
Результат System