C# Class Kajabity.Tools.Forms.DocumentType

Encapsulates the name of a type of document and it's default extension. Used in File Open/Save dialogs and to provide the default filename for New documents.
显示文件 Open project: Kajabity/Kajabity-Tools

Public Properties

Property Type Description
Name string
Pattern string

Public Methods

Method Description
DocumentType ( ) : System

Default or Empty constructor.

Method Details

DocumentType() public method

Default or Empty constructor.
public DocumentType ( ) : System
return System

Property Details

Name public_oe property

The name of a type of document which is used both in the Open/Save dialogs and as the basis for a default document name for new Documents.
public string Name
return string

Pattern public_oe property

The filename filter pattern to apply in File Open/Save dialogs.
public string Pattern
return string