C# Class DotNetXri.Syntax.Xri3.Impl.XRI3Path

Inheritance: XRI3SyntaxComponent, XRIPath
Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Méthodes publiques

Méthode Description
StartsWith ( XRISegment segments ) : bool
XRI3Path ( string value ) : System
getSegment ( int i ) : XRISegment

Private Methods

Méthode Description
XRI3Path ( Rule rule ) : System
read ( ) : void
reset ( ) : void

Method Details

StartsWith() public méthode

public StartsWith ( XRISegment segments ) : bool
segments XRISegment
Résultat bool

XRI3Path() public méthode

public XRI3Path ( string value ) : System
value string
Résultat System

getSegment() public méthode

public getSegment ( int i ) : XRISegment
i int
Résultat XRISegment