Class CsFileFilter.EndArgs
- Namespace
- SunamoDevCode
- Assembly
- SunamoDevCode.dll
Arguments controlling which file endings to include or exclude during filtering.
public class CsFileFilter.EndArgs
- Inheritance
-
CsFileFilter.EndArgs
- Inherited Members
- Extension Methods
Constructors
EndArgs(bool, bool, bool, bool, bool, bool, bool, bool)
false which not to index, true which to index
public EndArgs(bool designerCs, bool xamlCs, bool sharedCs, bool iCs, bool gCs, bool tmp, bool TMP, bool DesignerCs)
Parameters
Fields
DesignerCs
Whether to include .Designer.cs files (uppercase D).
public bool DesignerCs
Field Value
TMP
Whether to include .TMP files (uppercase).
public bool TMP
Field Value
designerCs
Whether to include .designer.cs files (lowercase).
public bool designerCs
Field Value
gCs
Whether to include .g.cs generated files.
public bool gCs
Field Value
gICs
Whether to include .g.i.cs generated intermediate files.
public bool gICs
Field Value
iCs
Whether to include .i.cs intermediate files.
public bool iCs
Field Value
notTranslateAble
Whether to include files marked as not translatable.
public bool notTranslateAble
Field Value
sharedCs
Whether to include .shared.cs files.
public bool sharedCs
Field Value
tmp
Whether to include .tmp files (lowercase).
public bool tmp
Field Value
xamlCs
Whether to include .xaml.cs code-behind files.
public bool xamlCs