C# Class withSIX.Play.Core.Games.Entities.ContentPaths

Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
ContentPaths ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath repositoryPath ) : System
EqualPath ( ContentPaths other ) : bool
EqualRepositoryPath ( ContentPaths other ) : bool

Protected Methods

Method Description
ContentPaths ( ) : System

Method Details

ContentPaths() protected method

protected ContentPaths ( ) : System
return System

ContentPaths() public method

public ContentPaths ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath repositoryPath ) : System
path IAbsoluteDirectoryPath
repositoryPath IAbsoluteDirectoryPath
return System

EqualPath() public method

public EqualPath ( ContentPaths other ) : bool
other ContentPaths
return bool

EqualRepositoryPath() public method

public EqualRepositoryPath ( ContentPaths other ) : bool
other ContentPaths
return bool