C# Class SlackitRevit.EventsApplication

Inheritance: IExternalApplication
ファイルを表示 Open project: pix3lot/Slackit

Public Methods

Method Description
GetUNCPath ( String path ) : String
OnShutdown ( UIControlledApplication uicapp ) : System.Result
OnStartup ( UIControlledApplication uicapp ) : System.Result

Private Methods

Method Description
Recombine ( String root, DirectoryInfo d ) : String
appDocClosing ( object sender, Autodesk e ) : void
appDocOpened ( object sender, Autodesk e ) : void
appDocOpening ( object sender, Autodesk e ) : void
appDocSynched ( object sender, Autodesk e ) : void
appDocSynching ( object sender, Autodesk e ) : void

Method Details

GetUNCPath() public static method

public static GetUNCPath ( String path ) : String
path String
return String

OnShutdown() public method

public OnShutdown ( UIControlledApplication uicapp ) : System.Result
uicapp UIControlledApplication
return System.Result

OnStartup() public method

public OnStartup ( UIControlledApplication uicapp ) : System.Result
uicapp UIControlledApplication
return System.Result