C# Класс withSIX.Play.Core.Games.Entities.ContentPaths

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ContentPaths ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath repositoryPath ) : System
EqualPath ( ContentPaths other ) : bool
EqualRepositoryPath ( ContentPaths other ) : bool

Защищенные методы

Метод Описание
ContentPaths ( ) : System

Описание методов

ContentPaths() защищенный Метод

protected ContentPaths ( ) : System
Результат System

ContentPaths() публичный Метод

public ContentPaths ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath repositoryPath ) : System
path IAbsoluteDirectoryPath
repositoryPath IAbsoluteDirectoryPath
Результат System

EqualPath() публичный Метод

public EqualPath ( ContentPaths other ) : bool
other ContentPaths
Результат bool

EqualRepositoryPath() публичный Метод

public EqualRepositoryPath ( ContentPaths other ) : bool
other ContentPaths
Результат bool