Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
C# (CSharp) IResolverContext.CustomProperty 예제들
프로그래밍 언어:
C# (CSharp)
클래스/타입:
IResolverContext
메소드/함수:
CustomProperty
hotexamples.com에서의 예제들:
1
C# (CSharp) IResolverContext.CustomProperty - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의
IResolverContext.CustomProperty
에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
BatchDataLoader(25)
Argument(24)
Resolve(21)
ReportError(14)
Dispose(12)
Parent(12)
ArgumentValue(9)
ArgumentLiteral(7)
OpenScope(6)
CacheDataLoader(6)
NotResolved(5)
Service(5)
NotComplete(5)
SingletonScope(5)
Use(5)
IsScopedLifetime(4)
IsSingletonLifetime(4)
GroupDataLoader(4)
HasPublicConstructor(4)
GetArgument(4)
ResolveMany(4)
SetLocalValue(4)
HasImplementationType(4)
HasImplementationDelegate(3)
GetSelections(3)
CollectFields(3)
IsTransientLifetime(2)
IsTotalCountSelected(2)
IsSingleField(2)
IsDynamicProxy(2)
HasImplementationInstance(2)
UseInstance(2)
ArgumentValueSafely(2)
GetService(2)
GetObjectArgument(2)
DataLoader(2)
Extension(1)
TriggerEvent(1)
SnowflakeService(1)
ContextExtension(1)
CustomContext(1)
CustomProperty(1)
SenderDispatcher(1)
SendSimpleSubscription(1)
SendEventMessage(1)
RootOrSelf(1)
Resolver(1)
ArgumentKind(1)
FindBindings(1)
Handlers(1)
자주 사용되는 메소드들
BatchDataLoader (25)
Argument (24)
Resolve (21)
ReportError (14)
Dispose (12)
Parent (12)
ArgumentValue (9)
ArgumentLiteral (7)
OpenScope (6)
CacheDataLoader (6)
자주 사용되는 메소드들
NotResolved (5)
Service (5)
NotComplete (5)
SingletonScope (5)
Use (5)
IsScopedLifetime (4)
IsSingletonLifetime (4)
GroupDataLoader (4)
HasPublicConstructor (4)
GetArgument (4)
ResolveMany (4)
SetLocalValue (4)
HasImplementationType (4)
HasImplementationDelegate (3)
GetSelections (3)
CollectFields (3)
IsTransientLifetime (2)
IsTotalCountSelected (2)
IsSingleField (2)
IsDynamicProxy (2)
자주 사용되는 메소드들
ResolveMany (4)
SetLocalValue (4)
HasImplementationType (4)
HasImplementationDelegate (3)
GetSelections (3)
CollectFields (3)
IsTransientLifetime (2)
IsTotalCountSelected (2)
IsSingleField (2)
IsDynamicProxy (2)
HasImplementationInstance (2)
UseInstance (2)
ArgumentValueSafely (2)
GetService (2)
GetObjectArgument (2)
DataLoader (2)
Extension (1)
TriggerEvent (1)
SnowflakeService (1)
ContextExtension (1)
CustomContext (1)
CustomProperty (1)
SenderDispatcher (1)
SendSimpleSubscription (1)
SendEventMessage (1)
RootOrSelf (1)
Resolver (1)
ArgumentKind (1)
FindBindings (1)
Handlers (1)
자주 사용되는 메소드들
HasImplementationInstance (2)
UseInstance (2)
ArgumentValueSafely (2)
GetService (2)
GetObjectArgument (2)
DataLoader (2)
Extension (1)
TriggerEvent (1)
SnowflakeService (1)
ContextExtension (1)
CustomContext (1)
CustomProperty (1)
SenderDispatcher (1)
SendSimpleSubscription (1)
SendEventMessage (1)
RootOrSelf (1)
Resolver (1)
ArgumentKind (1)
FindBindings (1)
Handlers (1)
GetHashCode (1)
GetHttpContext (1)
New (1)
ModifyScopedContext (1)
Loader (1)
GetOffsetPagingArgsSafely (1)
GetPaginationQuery (1)
GetPriorInjectionExpression (1)
GetQueryableFilterExpr (1)
GetQueryableSortExpr (1)
GetType (1)
GetCursorPagingArgsSafely (1)
예제 #1
0
파일 보기
public T CustomProperty <T>(string key) => _resolverContext.CustomProperty <T>(key);
x