Enum ResourceMatch
Specifies the way of finding and returning an embedded resource.
Assembly: Cuemon.Core.dll
Syntax
public enum ResourceMatch
Fields
Name |
Description |
ContainsExtension |
Specifies a partial match on the file extension contained within the file name of the embedded resource.
|
ContainsName |
Specifies a partial match on the file name of the embedded resource.
|
Extension |
Specifies an exact match on the file extension contained within the file name of the embedded resource.
|
Name |
Specifies an exact match on the file name of the embedded resource.
|
Extension Methods
ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, TResult>(Func<ResourceMatch, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, TResult>(Func<ResourceMatch, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)