Class AppInfoManager
              
              
              
              
                Inheritance
                  System.Object
                  
                  AppInfoManager
               
              
                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
              Assembly:ClickTwice.Publisher.Core.dll
              Syntax
              
                public class AppInfoManager : Manager
               
              Constructors
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              AppInfoManager()
              
              
              Declaration
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              AppInfoManager(ExtendedAppInfo)
              
              
              Declaration
              
                public AppInfoManager(ExtendedAppInfo appInfo)
               
              Parameters
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              AppInfoManager(String)
              
              
              Declaration
              
                public AppInfoManager(string projectFilePath)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | projectFilePath |  | 
                
              
              Methods
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              
              
              
              Declaration
              
                public AppInfoManager AddAppInformation(string appInfo)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | appInfo |  | 
                
              
              Returns
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              AddAuthor(String)
              
              
              Declaration
              
                public AppInfoManager AddAuthor(string authorName)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | authorName |  | 
                
              
              Returns
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              
              
              
              Declaration
              
                public AppInfoManager AddContactDetails(ContactDetails details)
               
              Parameters
              
              Returns
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              AddDeveloperNotice(String)
              
              
              Declaration
              
                public AppInfoManager AddDeveloperNotice(string devInfo)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | devInfo |  | 
                
              
              Returns
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              
              
              
              Declaration
              
                public AppInfoManager AddInstallationInformation(string information)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | information |  | 
                
              
              Returns
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              AddPrerequisites(String[])
              
              
              Declaration
              
                public AppInfoManager AddPrerequisites(params string[] prerequisites)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String[] | prerequisites |  | 
                
              
              Returns
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              
              
              
              Declaration
              
                public AppInfoManager AddSupportInformation(string supportInfo)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | supportInfo |  | 
                
              
              Returns
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              
              
              
              Declaration
              
                public void DeployAppInformation(string pathToDeploymentDir)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | pathToDeploymentDir |  | 
                
              
              
                |
                Improve this Doc
              
              
                View Source
              
              
              ReadFromFile(String)
              
              
              Declaration
              
                public static ExtendedAppInfo ReadFromFile(string fullPathToInfoFile)
               
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.String | fullPathToInfoFile |  | 
                
              
              Returns