C# 클래스 DbLocalizationProvider.Internal.ResourceKeyBuilder

파일 보기 프로젝트 열기: valdisiljuconoks/LocalizationProvider 1 사용 예제들

비공개 메소드들

메소드 설명
BuildResourceKey ( Type cotnainerType, Stack keyStack ) : string
BuildResourceKey ( Type containerType, string propertyName, Attribute attribute ) : string
BuildResourceKey ( Type containerType, string propertyName, Type attributeType ) : string
BuildResourceKey ( Type containerType, string propertyName, string separator = "." ) : string
BuildResourceKey ( string keyPrefix, Attribute attribute ) : string
BuildResourceKey ( string prefix, MemberInfo mi, string separator = "." ) : string
BuildResourceKey ( string beginning, Stack keyStack ) : string
BuildResourceKey ( string keyPrefix, Type attributeType ) : string
BuildResourceKey ( string prefix, string name, string separator = "." ) : string
FindPropertyDeclaringTypeName ( Type containerType, string propertyName ) : string