C# 클래스 AsposeVisualStudioPluginCells.Core.AsposeComponent

파일 보기 프로젝트 열기: aspose-cells/Aspose.Cells-for-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AsposeJavaComponent() 공개 메소드

public AsposeJavaComponent ( ) : void
리턴 void

get_changeLog() 공개 메소드

public get_changeLog ( ) : string
리턴 string

get_currentVersion() 공개 메소드

public get_currentVersion ( ) : string
리턴 string

get_downloadFileName() 공개 메소드

public get_downloadFileName ( ) : string
리턴 string

get_downloadUrl() 공개 메소드

public get_downloadUrl ( ) : string
리턴 string

get_latestVersion() 공개 메소드

public get_latestVersion ( ) : string
리턴 string

get_name() 공개 메소드

public get_name ( ) : string
리턴 string

get_remoteExamplesRepository() 공개 메소드

public get_remoteExamplesRepository ( ) : string
리턴 string

is_downloaded() 공개 메소드

public is_downloaded ( ) : bool
리턴 bool

is_latestRelease() 공개 메소드

public is_latestRelease ( ) : bool
리턴 bool

is_selected() 공개 메소드

public is_selected ( ) : bool
리턴 bool

set_changeLog() 공개 메소드

public set_changeLog ( string _changeLog ) : void
_changeLog string
리턴 void

set_currentVersion() 공개 메소드

public set_currentVersion ( string _currentVersion ) : void
_currentVersion string
리턴 void

set_downloadFileName() 공개 메소드

public set_downloadFileName ( string _downloadFileName ) : void
_downloadFileName string
리턴 void

set_downloadUrl() 공개 메소드

public set_downloadUrl ( string _downloadUrl ) : void
_downloadUrl string
리턴 void

set_downloaded() 공개 메소드

public set_downloaded ( bool _downloaded ) : void
_downloaded bool
리턴 void

set_latestRelease() 공개 메소드

public set_latestRelease ( bool _latestRelease ) : void
_latestRelease bool
리턴 void

set_latestVersion() 공개 메소드

public set_latestVersion ( string _latestVersion ) : void
_latestVersion string
리턴 void

set_name() 공개 메소드

public set_name ( string _name ) : void
_name string
리턴 void

set_remoteExamplesRepository() 공개 메소드

public set_remoteExamplesRepository ( string _remoteExamplesRepository ) : void
_remoteExamplesRepository string
리턴 void

set_selected() 공개 메소드

public set_selected ( bool _selected ) : void
_selected bool
리턴 void