C# 클래스 Engage.Dnn.Jackrabbit.JackrabbitLibrary

파일 보기 프로젝트 열기: EngageSoftware/Engage-Jackrabbit 1 사용 예제들

공개 메소드들

메소드 설명
JackrabbitLibrary ( FileType fileType, int id, string libraryName, System.Version version, SpecificVersion specificity ) : System

Initializes a new instance of the JackrabbitLibrary class.

JackrabbitLibrary ( FileType fileType, string libraryName, System.Version version, SpecificVersion specificity ) : System

Initializes a new instance of the JackrabbitLibrary class.

메소드 상세

JackrabbitLibrary() 공개 메소드

Initializes a new instance of the JackrabbitLibrary class.
public JackrabbitLibrary ( FileType fileType, int id, string libraryName, System.Version version, SpecificVersion specificity ) : System
fileType FileType Type of the file.
id int The identifier.
libraryName string The name of the library.
version System.Version The version.
specificity SpecificVersion The version specificity.
리턴 System

JackrabbitLibrary() 공개 메소드

Initializes a new instance of the JackrabbitLibrary class.
public JackrabbitLibrary ( FileType fileType, string libraryName, System.Version version, SpecificVersion specificity ) : System
fileType FileType The type of file
libraryName string The name of the library.
version System.Version The version.
specificity SpecificVersion The version specificity.
리턴 System