C# Class TastyDomainDriven.NameDashGuidNaming

Inheritance: IAppenderNamingPolicy
显示文件 Open project: jaceenet/TastyDomainDriven

Public Methods

Method Description
GetIndexPath ( ) : string
GetIndexPath ( string streamid ) : string
GetMasterPath ( ) : string
GetStreamPath ( string streamid ) : string
NameDashGuidNaming ( string prefix = "" ) : System

Private Methods

Method Description
Fix ( string streamid ) : string

Method Details

GetIndexPath() public method

public GetIndexPath ( ) : string
return string

GetIndexPath() public method

public GetIndexPath ( string streamid ) : string
streamid string
return string

GetMasterPath() public method

public GetMasterPath ( ) : string
return string

GetStreamPath() public method

public GetStreamPath ( string streamid ) : string
streamid string
return string

NameDashGuidNaming() public method

public NameDashGuidNaming ( string prefix = "" ) : System
prefix string
return System