Click or drag to resize

FallbackIconMapping Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ConfigurationIconMapping
    Colygon.MatchPoint.Core.ConfigurationFallbackIconMapping

Namespace:  Colygon.MatchPoint.Core.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class FallbackIconMapping : IconMapping

The FallbackIconMapping type exposes the following members.

Constructors
  NameDescription
Public methodFallbackIconMapping
Initializes a new instance of the FallbackIconMapping class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Inherited from IconMapping.)
Top
Fields
  NameDescription
Public fieldFileName
The URL to the icon file. The default name of the item can be referenced with '{0}'.
(Inherited from IconMapping.)
Public fieldPattern
A pattern that matches the path. Path elements are separated by '/' (e.g. 'DocumentTypes/*' matches all items directly below 'DocumentTypes', 'DocumentTypes/**' will match all items recursively below 'DocumentTypes').
(Inherited from IconMapping.)
Top
Remarks
This is a MatchPoint configuration class.
See Also