C# Класс Tests.SimpleConfigSections.when_setting_naming_convention_to_convention_that_returns_null_values.ReturningNullValuesConvention

Наследование: NamingConvention
Показать файл Открыть проект

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

Метод Описание
AddToCollectionElementName ( Type collectionElementType, string propertyName ) : string
ClearCollectionElementName ( Type collectionElementType, string propertyName ) : string
RemoveFromCollectionElementName ( Type collectionElementType, string propertyName ) : string
SectionNameByIntefaceType ( Type interfaceType ) : string

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

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

public AddToCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
Результат string

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

public ClearCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
Результат string

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

public RemoveFromCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
Результат string

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

public SectionNameByIntefaceType ( Type interfaceType ) : string
interfaceType System.Type
Результат string