C# 클래스 Suteki.Shop.Contact

상속: IEntity
파일 보기 프로젝트 열기: mikehadlow/sutekishop 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Contact ( ) : System.Collections.Generic
GetAddressLines ( ) : IEnumerable

Get an enumerator over the contact lines, but only return the ones that are available. This is a convenience method that allows us to easily write a nice address by simply foreach(ing) over GetAddressLines: foreach(var line in myContact.GetAddressLines()) { Console.WriteLine(line); }

메소드 상세

Contact() 공개 메소드

public Contact ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetAddressLines() 공개 메소드

Get an enumerator over the contact lines, but only return the ones that are available. This is a convenience method that allows us to easily write a nice address by simply foreach(ing) over GetAddressLines: foreach(var line in myContact.GetAddressLines()) { Console.WriteLine(line); }
public GetAddressLines ( ) : IEnumerable
리턴 IEnumerable