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

더 자세히 ...

속성

string UserId = string.Empty [get, set]
string Provider = string.Empty [get, set]
string Email = string.Empty [get, set]
string DisplayName = string.Empty [get, set]
string Name = string.Empty [get, set]
string Phone = string.Empty [get, set]
string Address = string.Empty [get, set]
DateTime UpdatedAt = DateTime.UtcNow [get, set]

상세한 설명

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

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

속성 문서화

◆ Address

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

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

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

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

다음에 의해서 참조됨 : ShopPlatform.Services.ShopCustomerSession.LoginFromCommonUser().

◆ DisplayName

string ShopPlatform.Models.ShopCustomerProfile.DisplayName = string.Empty
getset

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

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

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

◆ Email

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

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

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

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

다음에 의해서 참조됨 : ShopPlatform.Services.ShopCustomerSession.LoginFromCommonUser().

◆ Name

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

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

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

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

◆ Phone

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

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

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

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

다음에 의해서 참조됨 : ShopPlatform.Services.ShopCustomerSession.LoginFromCommonUser().

◆ Provider

string ShopPlatform.Models.ShopCustomerProfile.Provider = string.Empty
getset

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

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

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

◆ UpdatedAt

DateTime ShopPlatform.Models.ShopCustomerProfile.UpdatedAt = DateTime.UtcNow
getset

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

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

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

◆ UserId

string ShopPlatform.Models.ShopCustomerProfile.UserId = string.Empty
getset

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

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

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

다음에 의해서 참조됨 : ShopPlatform.Services.ShopCustomerProfileStore.SaveAsync().


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