C# Class LynnaLab.WarpSourceData

Inheritance: Data
Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultValues List[]
WarpCommands string[]
warpValueReferences List>

Méthodes publiques

Méthode Description
GetNextWarp ( ) : WarpSourceData
GetPointedChainLength ( ) : int
GetPointedWarp ( ) : WarpSourceData
GetReferencedDestData ( ) : WarpDestData
GetReferencedDestGroup ( ) : WarpDestGroup
SetDestData ( WarpDestData data ) : void
SetNextWarp ( WarpSourceData next ) : bool
WarpSourceData ( Project p, string command, IEnumerable values, FileParser parser, IList spacing ) : System

Method Details

GetNextWarp() public méthode

public GetNextWarp ( ) : WarpSourceData
Résultat WarpSourceData

GetPointedChainLength() public méthode

public GetPointedChainLength ( ) : int
Résultat int

GetPointedWarp() public méthode

public GetPointedWarp ( ) : WarpSourceData
Résultat WarpSourceData

GetReferencedDestData() public méthode

public GetReferencedDestData ( ) : WarpDestData
Résultat WarpDestData

GetReferencedDestGroup() public méthode

public GetReferencedDestGroup ( ) : WarpDestGroup
Résultat WarpDestGroup

SetDestData() public méthode

public SetDestData ( WarpDestData data ) : void
data WarpDestData
Résultat void

SetNextWarp() public méthode

public SetNextWarp ( WarpSourceData next ) : bool
next WarpSourceData
Résultat bool

WarpSourceData() public méthode

public WarpSourceData ( Project p, string command, IEnumerable values, FileParser parser, IList spacing ) : System
p Project
command string
values IEnumerable
parser FileParser
spacing IList
Résultat System

Property Details

DefaultValues public_oe static_oe property

public static List[] DefaultValues
Résultat List[]

WarpCommands public_oe static_oe property

public static string[] WarpCommands
Résultat string[]

warpValueReferences public_oe static_oe property

public static List> warpValueReferences
Résultat List>