Class ExtendedAppInfo
Inheritance
System.Object
ExtendedAppInfo
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
public class ExtendedAppInfo
Constructors
| Improve this Doc View SourceExtendedAppInfo()
Declaration
public ExtendedAppInfo()
Properties
| Improve this Doc View SourceAppInformation
Declaration
public string AppInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Author
Declaration
public ContactDetails Author { get; set; }
Property Value
Type | Description |
---|---|
ContactDetails |
DeveloperInformation
Declaration
public string DeveloperInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstallationInformation
Declaration
public string InstallationInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Links
Declaration
public LinkList Links { get; set; }
Property Value
Type | Description |
---|---|
LinkList |
PrerequisiteInformation
Declaration
public IList<string> PrerequisiteInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
SupportInformation
Declaration
public string SupportInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |