C# 클래스 JetBrains.ReSharper.Plugins.Vsix2ReSharper.Implementation.NuSpec

파일 보기 프로젝트 열기: JetBrains/resharper-vsix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Authors IEnumerable
Copyright string
Dependencies string>>.IList
Description string
IconUrl System.Uri
Id string
LicenseUrl System.Uri
Owners IEnumerable
ProjectUrl System.Uri
ReleaseNotes string
Summary string
Tags IEnumerable
Title string
Version string

공개 메소드들

메소드 설명
AddDependency ( string id, string versionSpec ) : void
NuSpec ( ) : System

메소드 상세

AddDependency() 공개 메소드

public AddDependency ( string id, string versionSpec ) : void
id string
versionSpec string
리턴 void

NuSpec() 공개 메소드

public NuSpec ( ) : System
리턴 System

프로퍼티 상세

Authors 공개적으로 프로퍼티

public IEnumerable Authors
리턴 IEnumerable

Copyright 공개적으로 프로퍼티

public string Copyright
리턴 string

Dependencies 공개적으로 프로퍼티

public IList> Dependencies
리턴 string>>.IList

Description 공개적으로 프로퍼티

public string Description
리턴 string

IconUrl 공개적으로 프로퍼티

public Uri,System IconUrl
리턴 System.Uri

Id 공개적으로 프로퍼티

public string Id
리턴 string

LicenseUrl 공개적으로 프로퍼티

public Uri,System LicenseUrl
리턴 System.Uri

Owners 공개적으로 프로퍼티

public IEnumerable Owners
리턴 IEnumerable

ProjectUrl 공개적으로 프로퍼티

public Uri,System ProjectUrl
리턴 System.Uri

ReleaseNotes 공개적으로 프로퍼티

public string ReleaseNotes
리턴 string

Summary 공개적으로 프로퍼티

public string Summary
리턴 string

Tags 공개적으로 프로퍼티

public IEnumerable Tags
리턴 IEnumerable

Title 공개적으로 프로퍼티

public string Title
리턴 string

Version 공개적으로 프로퍼티

public string Version
리턴 string