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

Inheritance: DomainObject
ファイルを表示 Open project: forger/FluentMetadata Class Usage Examples

Public Methods

Method Description
MatchUrl ( string host ) : bool
SetHostname ( string hostname ) : void
SetName ( string name ) : void

Private Methods

Method Description
WebSite ( )

Method Details

MatchUrl() public method

public MatchUrl ( string host ) : bool
host string
return bool

SetHostname() public method

public SetHostname ( string hostname ) : void
hostname string
return void

SetName() public method

public SetName ( string name ) : void
name string
return void