C# Class Tests.SimpleConfigSections.when_setting_naming_convention_to_convention_that_returns_null_values.ReturningNullValuesConvention

Inheritance: NamingConvention
Afficher le fichier Open project: miensol/SimpleConfigSections

Méthodes publiques

Méthode 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 méthode

public AddToCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
Résultat string

ClearCollectionElementName() public méthode

public ClearCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
Résultat string

RemoveFromCollectionElementName() public méthode

public RemoveFromCollectionElementName ( Type collectionElementType, string propertyName ) : string
collectionElementType System.Type
propertyName string
Résultat string

SectionNameByIntefaceType() public méthode

public SectionNameByIntefaceType ( Type interfaceType ) : string
interfaceType System.Type
Résultat string