Portfolio.Web 1.0.0.0
.NET, Blazor, WPF와 서비스 운영 경험을 프로젝트·이력·기술 스택 단위로 보여주는 개발자 포트폴리오입니다.
로딩중...
검색중...
일치하는것 없음
PortfolioApp.Models.EducationItem 클래스 참조

더 자세히 ...

속성

string Id = Guid.NewGuid().ToString("N") [get, set]
string School = "" [get, set]
string Degree = "" [get, set]
string Period = "" [get, set]

상세한 설명

Education Item 기능과 관련 상태를 캡슐화합니다.

ResumeInfo.cs 파일의 146 번째 라인에서 정의되었습니다.

속성 문서화

◆ Degree

string PortfolioApp.Models.EducationItem.Degree = ""
getset

Degree 값을 가져오거나 설정합니다.

ResumeInfo.cs 파일의 174 번째 라인에서 정의되었습니다.

174{ get; set; } = "";

◆ Id

string PortfolioApp.Models.EducationItem.Id = Guid.NewGuid().ToString("N")
getset

Id 값을 가져오거나 설정합니다.

ResumeInfo.cs 파일의 156 번째 라인에서 정의되었습니다.

156{ get; set; } = Guid.NewGuid().ToString("N");

◆ Period

string PortfolioApp.Models.EducationItem.Period = ""
getset

Period 값을 가져오거나 설정합니다.

ResumeInfo.cs 파일의 183 번째 라인에서 정의되었습니다.

183{ get; set; } = "";

◆ School

string PortfolioApp.Models.EducationItem.School = ""
getset

School 값을 가져오거나 설정합니다.

ResumeInfo.cs 파일의 165 번째 라인에서 정의되었습니다.

165{ get; set; } = "";

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: