Click or drag to resize

FileFilterDescriptor Class

[Missing <summary> documentation for "T:Altaxo.AddInItems.FileFilterDescriptor"]

Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsFileFilterDescriptor

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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 
Public propertyMimeType 
Public propertyName 
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 methodToString
(Overrides ObjectToString)
Top
See Also