Method | Description | |
---|---|---|
CreateKeyWord ( |
||
DeleteKeyWord ( int KeyWordID ) : bool | ||
Format ( |
||
GetKeyWord ( int KeyWordID ) : |
||
GetKeyWords ( ) : IList |
||
GetPagedKeyWords ( int pageIndex, int pageSize ) : IPagedCollection |
||
Replace ( string source, string oldValue, string newValue ) : string | ||
Replace ( string source, string oldValue, string newValue, bool onlyFirstMatch ) : string | ||
ReplaceFormat ( string source, string oldValue, string formatString ) : string |
Preforms a forward scan and replace for a given pattern. Replaces all finds and preforms a case sensitive search
|
|
ReplaceFormat ( string source, string oldValue, string formatString, bool onlyFirstMatch ) : string |
Preforms a forward scan and replace for a given pattern. Can specify only to match first fine and if the pattern is CaseSensitive
|
|
UpdateKeyWord ( |
Method | Description | |
---|---|---|
CharIsWordBoundary ( char value ) : bool | ||
Scan ( string source, string oldValue, string newValue, bool isFormat, bool onlyFirstMatch ) : string |
public static CreateKeyWord ( |
||
kw | ||
return | int |
public static DeleteKeyWord ( int KeyWordID ) : bool | ||
KeyWordID | int | |
return | bool |
public static Format ( |
||
entry | ||
return | void |
public static GetKeyWord ( int KeyWordID ) : |
||
KeyWordID | int | |
return |
public static GetPagedKeyWords ( int pageIndex, int pageSize ) : IPagedCollection |
||
pageIndex | int | |
pageSize | int | |
return | IPagedCollection |
public static Replace ( string source, string oldValue, string newValue ) : string | ||
source | string | |
oldValue | string | |
newValue | string | |
return | string |
public static Replace ( string source, string oldValue, string newValue, bool onlyFirstMatch ) : string | ||
source | string | |
oldValue | string | |
newValue | string | |
onlyFirstMatch | bool | |
return | string |
public static ReplaceFormat ( string source, string oldValue, string formatString ) : string | ||
source | string | Text to search |
oldValue | string | Pattern to search for |
formatString | string | Replaced Pattern |
return | string |
public static ReplaceFormat ( string source, string oldValue, string formatString, bool onlyFirstMatch ) : string | ||
source | string | Text to search |
oldValue | string | Pattern to search for |
formatString | string | Replaced Pattern |
onlyFirstMatch | bool | Match First Only |
return | string |
public static UpdateKeyWord ( |
||
kw | ||
return | void |