C# Class Praeclarum.UI.StorageForm.FileSystemsSection

Inheritance: PFormSection
Mostra file Open project: praeclarum/Praeclarum

Public Methods

Method Description
Dismiss ( ) : void
FileSystemsSection ( ) : System
GetItemChecked ( object item ) : bool
GetItemEnabled ( object item ) : bool
GetItemImage ( object item ) : string
GetItemNavigates ( object item ) : bool
GetItemTitle ( object item ) : string
SelectItem ( object item ) : bool

Private Methods

Method Description
FormatTick ( NSTimer obj ) : void
GetAddOptions ( ) : IEnumerable
HandleFileSystemsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
Refresh ( ) : void

Method Details

Dismiss() public method

public Dismiss ( ) : void
return void

FileSystemsSection() public method

public FileSystemsSection ( ) : System
return System

GetItemChecked() public method

public GetItemChecked ( object item ) : bool
item object
return bool

GetItemEnabled() public method

public GetItemEnabled ( object item ) : bool
item object
return bool

GetItemImage() public method

public GetItemImage ( object item ) : string
item object
return string

GetItemNavigates() public method

public GetItemNavigates ( object item ) : bool
item object
return bool

GetItemTitle() public method

public GetItemTitle ( object item ) : string
item object
return string

SelectItem() public method

public SelectItem ( object item ) : bool
item object
return bool