C# Class AsposeVisualStudioPluginPdf.Core.AsposeComponent

Show file Open project: aspose-pdf/Aspose.Pdf-for-.NET Class Usage Examples

Public Methods

Method Description
AsposeJavaComponent ( ) : void

get_changeLog ( ) : string
get_currentVersion ( ) : string
get_downloadFileName ( ) : string
get_downloadUrl ( ) : string
get_latestVersion ( ) : string
get_name ( ) : string
get_remoteExamplesRepository ( ) : string
is_downloaded ( ) : bool
is_latestRelease ( ) : bool
is_selected ( ) : bool
set_changeLog ( string _changeLog ) : void
set_currentVersion ( string _currentVersion ) : void
set_downloadFileName ( string _downloadFileName ) : void
set_downloadUrl ( string _downloadUrl ) : void
set_downloaded ( bool _downloaded ) : void
set_latestRelease ( bool _latestRelease ) : void
set_latestVersion ( string _latestVersion ) : void
set_name ( string _name ) : void
set_remoteExamplesRepository ( string _remoteExamplesRepository ) : void
set_selected ( bool _selected ) : void

Method Details

AsposeJavaComponent() public method

public AsposeJavaComponent ( ) : void
return void

get_changeLog() public method

public get_changeLog ( ) : string
return string

get_currentVersion() public method

public get_currentVersion ( ) : string
return string

get_downloadFileName() public method

public get_downloadFileName ( ) : string
return string

get_downloadUrl() public method

public get_downloadUrl ( ) : string
return string

get_latestVersion() public method

public get_latestVersion ( ) : string
return string

get_name() public method

public get_name ( ) : string
return string

get_remoteExamplesRepository() public method

public get_remoteExamplesRepository ( ) : string
return string

is_downloaded() public method

public is_downloaded ( ) : bool
return bool

is_latestRelease() public method

public is_latestRelease ( ) : bool
return bool

is_selected() public method

public is_selected ( ) : bool
return bool

set_changeLog() public method

public set_changeLog ( string _changeLog ) : void
_changeLog string
return void

set_currentVersion() public method

public set_currentVersion ( string _currentVersion ) : void
_currentVersion string
return void

set_downloadFileName() public method

public set_downloadFileName ( string _downloadFileName ) : void
_downloadFileName string
return void

set_downloadUrl() public method

public set_downloadUrl ( string _downloadUrl ) : void
_downloadUrl string
return void

set_downloaded() public method

public set_downloaded ( bool _downloaded ) : void
_downloaded bool
return void

set_latestRelease() public method

public set_latestRelease ( bool _latestRelease ) : void
_latestRelease bool
return void

set_latestVersion() public method

public set_latestVersion ( string _latestVersion ) : void
_latestVersion string
return void

set_name() public method

public set_name ( string _name ) : void
_name string
return void

set_remoteExamplesRepository() public method

public set_remoteExamplesRepository ( string _remoteExamplesRepository ) : void
_remoteExamplesRepository string
return void

set_selected() public method

public set_selected ( bool _selected ) : void
_selected bool
return void