C# Class ResumeFactory.Entity.SocialPractice

显示文件 Open project: vincentlauvlwj/FrameDAL Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public SocialPractice ( ) : System
return System

SocialPractice() public method

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
return System