Class AppManifest
Inheritance
System.Object
AppManifest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core.Manifests
Assembly:ClickTwice.Publisher.Core.dll
Syntax
Properties
|
Improve this Doc
View Source
AppInfo
Declaration
public ExtendedAppInfo AppInfo { get; set; }
Property Value
|
Improve this Doc
View Source
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AppVersion
Declaration
public Version AppVersion { get; set; }
Property Value
Type |
Description |
System.Version |
|
|
Improve this Doc
View Source
AuthorName
Declaration
public string AuthorName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Copyright
Declaration
public string Copyright { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FrameworkVersion
Declaration
public Version FrameworkVersion { get; set; }
Property Value
Type |
Description |
System.Version |
|
|
Improve this Doc
View Source
Prerequisites
Declaration
public IEnumerable<string> Prerequisites { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
|
Improve this Doc
View Source
PublisherName
Declaration
public string PublisherName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ShortName
Declaration
public string ShortName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SuiteName
Declaration
public string SuiteName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Summary
Declaration
[Obsolete("Use an ExtendedAppInfo object (or the AppInfoManager) to store application information")]
public string Summary { get; set; }
Property Value
Type |
Description |
System.String |
|