Class FileTypeCreatorWizardPage
A wizard page data object. Used by the FileType Configuration implementation to hold the data required for the construction of the Wizard page
Inheritance
Object
FileTypeCreatorWizardPage
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class FileTypeCreatorWizardPage
Constructors
FileTypeCreatorWizardPage(String, String, String, String, IFileTypeDefinitionConfiguringControl)
Constructor for Wizard Page data object
Declaration
public FileTypeCreatorWizardPage(string id, string name, string description, string helpTopic, IFileTypeDefinitionConfiguringControl control)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | ID of Wizard Page |
| String | name | Name of Wizard Page |
| String | description | Description of Wizard Page |
| String | helpTopic | Help Topic for Wizard Page |
| IFileTypeDefinitionConfiguringControl | control | Control which Wizard page will host |
Properties
Control
Control which Wizard page will host
Declaration
public IFileTypeDefinitionConfiguringControl Control { get; }
Property Value
| Type | Description |
|---|---|
| IFileTypeDefinitionConfiguringControl |
Description
Description of Wizard page
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| String |
HelpTopic
Help Topic for Wizard page
Declaration
public string HelpTopic { get; }
Property Value
| Type | Description |
|---|---|
| String |
Id
Id of Wizard page
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| String |
Name
Name of Wizard page
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |