C# Класс Segmenter.Base.Seekers.Converters.Filter

Filters a sequence of signs in compliance with set rules. The filter handles only words
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
Chain ComplexChain
replacement string

Открытые методы

Метод Описание
Filter ( ComplexChain chain ) : LibiadaCore.Core.SimpleTypes

Initializes a new instance of the Filter class.

FilterOut ( string str ) : int

Removes all specified entry letters in any word

GetChain ( ) : ComplexChain

The get chain.

Replace ( string str, string replacement ) : int

Replaces all specified entry letters in any word

Приватные методы

Метод Описание
Hints ( int len, string str ) : int

The hints.

Описание методов

Filter() публичный Метод

Initializes a new instance of the Filter class.
public Filter ( ComplexChain chain ) : LibiadaCore.Core.SimpleTypes
chain ComplexChain /// The chain. ///
Результат LibiadaCore.Core.SimpleTypes

FilterOut() публичный Метод

Removes all specified entry letters in any word
public FilterOut ( string str ) : int
str string specified substring
Результат int

GetChain() публичный Метод

The get chain.
public GetChain ( ) : ComplexChain
Результат ComplexChain

Replace() публичный Метод

Replaces all specified entry letters in any word
public Replace ( string str, string replacement ) : int
str string specified substring
replacement string something that must be replaced
Результат int

Описание свойств

Chain защищенное свойство

The chain.
protected ComplexChain Chain
Результат ComplexChain

replacement защищенное свойство

The replacement.
protected string replacement
Результат string