C# Class Engage.Dnn.Jackrabbit.ViewJackrabbitViewModel.LibraryViewModel

Afficher le fichier Open project: EngageSoftware/Engage-Jackrabbit

Méthodes publiques

Méthode Description
LibraryViewModel ( FileType fileType, int id, string pathPrefixName, string filePath, string fullFilePath, string provider, int priority, string libraryName, string version, SpecificVersion specificity ) : System

Initializes a new instance of the LibraryViewModel class.

Method Details

LibraryViewModel() public méthode

Initializes a new instance of the LibraryViewModel class.
public LibraryViewModel ( FileType fileType, int id, string pathPrefixName, string filePath, string fullFilePath, string provider, int priority, string libraryName, string version, SpecificVersion specificity ) : System
fileType FileType Type of the file.
id int The ID of the file.
pathPrefixName string Name of the path prefix.
filePath string The file path.
fullFilePath string The file path combined with the prefix.
provider string The provider.
priority int The priority.
libraryName string
version string
specificity SpecificVersion
Résultat System