C# Class Microsoft.HockeyApp.Tools.DynamicNavigationParameters

Inheritance: System.Dynamic.DynamicObject, IDynamicMetaObjectProvider
Exibir arquivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Properties

Property Type Description
Properties object>.Dictionary

Private Properties

Property Type Description
DynamicNavigationParameters System
DynamicNavigationParameters System

Public Methods

Method Description
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

Protected Methods

Method Description
GetProperty ( object instance, string name, object &result ) : bool
Initialize ( object instance ) : void
SetProperty ( object instance, string name, object value ) : bool

Private Methods

Method Description
DynamicNavigationParameters ( ) : System
DynamicNavigationParameters ( object instance ) : System

Method Details

Contains() public method

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

GetProperties() public method

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

GetProperty() protected method

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

Initialize() protected method

protected Initialize ( object instance ) : void
instance object
return void

SetProperty() protected method

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

TryGetMember() public method

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

TrySetMember() public method

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

this() public method

public this ( string key ) : object
key string
return object

Property Details

Properties public_oe property

public Dictionary Properties
return object>.Dictionary