Click or drag to resize

FileFilterDescriptor Class

Describes a file filter entry for file dialogs.
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsFileFilterDescriptor

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class FileFilterDescriptor

The FileFilterDescriptor type exposes the following members.

Constructors
 NameDescription
Public methodFileFilterDescriptorInitializes a new instance of the FileFilterDescriptor class
Top
Properties
 NameDescription
Public propertyExtensions Gets or sets the file extensions that belong to the filter.
Public propertyMimeType Gets or sets the MIME type associated with the filter.
Public propertyName Gets or sets the display name of the filter.
Top
Methods
 NameDescription
Public methodContainsExtension Gets whether this descriptor matches the specified file extension.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also