C# 클래스 Tests.SimpleConfigSections.when_setting_naming_convention_to_convention_that_returns_null_values.ReturningNullValuesConvention

상속: NamingConvention
파일 보기 프로젝트 열기: miensol/SimpleConfigSections

공개 메소드들

메소드 설명
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