C# Class Tests.SimpleConfigSections.when_setting_naming_convention_to_convention_that_returns_null_values.ReturningNullValuesConvention

Inheritance: NamingConvention
Mostrar archivo Open project: miensol/SimpleConfigSections

Public Methods

Method Description
AddToCollectionElementName ( Type collectionElementType, string propertyName ) : string
ClearCollectionElementName ( Type collectionElementType, string propertyName ) : string
RemoveFromCollectionElementName ( Type collectionElementType, string propertyName ) : string
SectionNameByIntefaceType ( Type interfaceType ) : string

Method Details

AddToCollectionElementName() public method

public AddToCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
return string

ClearCollectionElementName() public method

public ClearCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
return string

RemoveFromCollectionElementName() public method

public RemoveFromCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
return string

SectionNameByIntefaceType() public method

public SectionNameByIntefaceType ( Type interfaceType ) : string
interfaceType System.Type
return string