C# Class FluentMetadata.EntityFramework.Specs.DomainObjects.WebSite

Inheritance: DomainObject
Afficher le fichier Open project: forger/FluentMetadata Class Usage Examples

Méthodes publiques

Méthode Description
MatchUrl ( string host ) : bool
SetHostname ( string hostname ) : void
SetName ( string name ) : void

Private Methods

Méthode Description
WebSite ( )

Method Details

MatchUrl() public méthode

public MatchUrl ( string host ) : bool
host string
Résultat bool

SetHostname() public méthode

public SetHostname ( string hostname ) : void
hostname string
Résultat void

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void