C# Class SmartProvider.PackageItem

显示文件 Open project: PowerShell/SmartPackageProvider Class Usage Examples

Public Properties

Property Type Description
Copyright string
Description string
FullPath string
Language string
LicenseUrl string
PackageFilename string
ProjectUrl string
Summary string
Tags string
Title string

Private Methods

Method Description
PackageItem ( PackageSource source, string id, string version ) : System

Property Details

Copyright public_oe property

public string Copyright
return string

Description public_oe property

public string Description
return string

FullPath public_oe property

public string FullPath
return string

Language public_oe property

public string Language
return string

LicenseUrl public_oe property

public string LicenseUrl
return string

PackageFilename public_oe property

public string PackageFilename
return string

ProjectUrl public_oe property

public string ProjectUrl
return string

Summary public_oe property

public string Summary
return string

Tags public_oe property

public string Tags
return string

Title public_oe property

public string Title
return string