C# Class Suteki.Shop.Contact

Inheritance: IEntity
Afficher le fichier Open project: mikehadlow/sutekishop Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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); }

Method Details

Contact() public méthode

public Contact ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetAddressLines() public méthode

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
Résultat IEnumerable