C# Class Dev2.Common.Dev2IndexOp

Inheritance: IDev2SplitOp
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
CanUseEnumerator ( bool isReversed ) : bool
ExecuteOperation ( System.CharEnumerator candidate, int startIdx, int len, bool isReversed ) : string
ExecuteOperation ( char candidate, int startIdx, bool isReversed ) : string
IsFinalOp ( ) : bool
OpLength ( ) : int

Private Methods

Méthode Description
Dev2IndexOp ( int index ) : System

Method Details

CanUseEnumerator() public méthode

public CanUseEnumerator ( bool isReversed ) : bool
isReversed bool
Résultat bool

ExecuteOperation() public méthode

public ExecuteOperation ( System.CharEnumerator candidate, int startIdx, int len, bool isReversed ) : string
candidate System.CharEnumerator
startIdx int
len int
isReversed bool
Résultat string

ExecuteOperation() public méthode

public ExecuteOperation ( char candidate, int startIdx, bool isReversed ) : string
candidate char
startIdx int
isReversed bool
Résultat string

IsFinalOp() public méthode

public IsFinalOp ( ) : bool
Résultat bool

OpLength() public méthode

public OpLength ( ) : int
Résultat int