C# 클래스 ResumeFactory.Entity.SocialPractice

파일 보기 프로젝트 열기: vincentlauvlwj/FrameDAL 1 사용 예제들

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