FallbackIconMapping Class |
Namespace: Colygon.MatchPoint.Core.Configuration
[SerializableAttribute] public sealed class FallbackIconMapping : IconMapping
The FallbackIconMapping type exposes the following members.
Name | Description | |
---|---|---|
FallbackIconMapping | Initializes a new instance of the FallbackIconMapping class |
Name | Description | |
---|---|---|
MatchMode | (Overrides IconMappingMatchMode.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Inherited from IconMapping.) |
Name | Description | |
---|---|---|
FileName | The URL to the icon file. The default name of the item can be referenced with '{0}'. (Inherited from IconMapping.) | |
Pattern | 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.) |