C# Класс LynnaLab.WarpSourceData

Наследование: Data
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DefaultValues List[]
WarpCommands string[]
warpValueReferences List>

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

Метод Описание
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

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

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

public GetNextWarp ( ) : WarpSourceData
Результат WarpSourceData

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

public GetPointedChainLength ( ) : int
Результат int

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

public GetPointedWarp ( ) : WarpSourceData
Результат WarpSourceData

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

public GetReferencedDestData ( ) : WarpDestData
Результат WarpDestData

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

public GetReferencedDestGroup ( ) : WarpDestGroup
Результат WarpDestGroup

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

public SetDestData ( WarpDestData data ) : void
data WarpDestData
Результат void

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

public SetNextWarp ( WarpSourceData next ) : bool
next WarpSourceData
Результат bool

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

public WarpSourceData ( Project p, string command, IEnumerable values, FileParser parser, IList spacing ) : System
p Project
command string
values IEnumerable
parser FileParser
spacing IList
Результат System

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

DefaultValues публичное статическое свойство

public static List[] DefaultValues
Результат List[]

WarpCommands публичное статическое свойство

public static string[] WarpCommands
Результат string[]

warpValueReferences публичное статическое свойство

public static List> warpValueReferences
Результат List>