C# 클래스 Microsoft.HockeyApp.Tools.DynamicNavigationParameters

상속: System.Dynamic.DynamicObject, IDynamicMetaObjectProvider
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Properties object>.Dictionary

Private Properties

프로퍼티 타입 설명
DynamicNavigationParameters System
DynamicNavigationParameters System

공개 메소드들

메소드 설명
Contains ( object>.KeyValuePair item, bool includeInstanceProperties = false ) : bool
GetProperties ( bool includeInstanceProperties = false ) : object>>.IEnumerable
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TrySetMember ( SetMemberBinder binder, object value ) : bool
this ( string key ) : object

보호된 메소드들

메소드 설명
GetProperty ( object instance, string name, object &result ) : bool
Initialize ( object instance ) : void
SetProperty ( object instance, string name, object value ) : bool

비공개 메소드들

메소드 설명
DynamicNavigationParameters ( ) : System
DynamicNavigationParameters ( object instance ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( object>.KeyValuePair item, bool includeInstanceProperties = false ) : bool
item object>.KeyValuePair
includeInstanceProperties bool
리턴 bool

GetProperties() 공개 메소드

public GetProperties ( bool includeInstanceProperties = false ) : object>>.IEnumerable
includeInstanceProperties bool
리턴 object>>.IEnumerable

GetProperty() 보호된 메소드

protected GetProperty ( object instance, string name, object &result ) : bool
instance object
name string
result object
리턴 bool

Initialize() 보호된 메소드

protected Initialize ( object instance ) : void
instance object
리턴 void

SetProperty() 보호된 메소드

protected SetProperty ( object instance, string name, object value ) : bool
instance object
name string
value object
리턴 bool

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool

TrySetMember() 공개 메소드

public TrySetMember ( SetMemberBinder binder, object value ) : bool
binder System.Dynamic.SetMemberBinder
value object
리턴 bool

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object

프로퍼티 상세

Properties 공개적으로 프로퍼티

public Dictionary Properties
리턴 object>.Dictionary