ShopPlatform.Web 1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
로딩중...
검색중...
일치하는것 없음
ShopPlatform.Models.ShopUser 클래스 참조sealed

더 자세히 ...

속성

int Id [get, set]
string Email = string.Empty [get, set]
string PasswordHash = string.Empty [get, set]
string Name = string.Empty [get, set]
string Phone = string.Empty [get, set]
string Address = string.Empty [get, set]
DateTime CreatedAt = DateTime.UtcNow [get, set]

상세한 설명

Shop User 기능과 관련 상태를 캡슐화합니다.

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

속성 문서화

◆ Address

string ShopPlatform.Models.ShopUser.Address = string.Empty
getset

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

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

66{ get; set; } = string.Empty;

◆ CreatedAt

DateTime ShopPlatform.Models.ShopUser.CreatedAt = DateTime.UtcNow
getset

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

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

75{ get; set; } = DateTime.UtcNow;

◆ Email

string ShopPlatform.Models.ShopUser.Email = string.Empty
getset

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

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

30{ get; set; } = string.Empty;

◆ Id

int ShopPlatform.Models.ShopUser.Id
getset

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

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

21{ get; set; }

◆ Name

string ShopPlatform.Models.ShopUser.Name = string.Empty
getset

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

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

48{ get; set; } = string.Empty;

◆ PasswordHash

string ShopPlatform.Models.ShopUser.PasswordHash = string.Empty
getset

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

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

39{ get; set; } = string.Empty;

◆ Phone

string ShopPlatform.Models.ShopUser.Phone = string.Empty
getset

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

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

57{ get; set; } = string.Empty;

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