C# Class ResumeFactory.Entity.SocialPractice

Afficher le fichier Open project: vincentlauvlwj/FrameDAL Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SocialPractice ( ) : System
SocialPractice ( string fId, string fResumeId, string fPracticeName, System.DateTime fPracticeStartDate, System.DateTime fPracticeEndDate, string fPracticeDesc, int fPracticeOrder ) : System

Method Details

SocialPractice() public méthode

public SocialPractice ( ) : System
Résultat System

SocialPractice() public méthode

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