C# Class GoInsp.Utility.Navigation.Sheets

Inheritance: System.Windows.DependencyObject
ファイルを表示 Open project: robhendriks/goinsp Class Usage Examples

Public Properties

Property Type Description
CommandProperty System.Windows.DependencyProperty
SourceProperty DependencyProperty

Public Methods

Method Description
GoTo ( string name ) : void
GoToDefault ( ) : void
Sheets ( ) : System
this ( string name ) : string

Private Methods

Method Description
BuildUri ( string uri ) : Uri
FormatUri ( string uri ) : string
GoTo ( ISheet sheet ) : void
OnCommand ( string param ) : void

Method Details

GoTo() public method

public GoTo ( string name ) : void
name string
return void

GoToDefault() public method

public GoToDefault ( ) : void
return void

Sheets() public method

public Sheets ( ) : System
return System

this() public method

public this ( string name ) : string
name string
return string

Property Details

CommandProperty public_oe static_oe property

public static DependencyProperty,System.Windows CommandProperty
return System.Windows.DependencyProperty

SourceProperty public_oe static_oe property

public static DependencyProperty SourceProperty
return DependencyProperty