C# Class LynnaLab.Data

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

Protected Properties

Свойство Type Description
size int

Méthodes publiques

Méthode Description
AddDataModifiedHandler ( EventHandler handler ) : void
Data ( Project p, string command, IEnumerable values, int size, FileParser parser, IList spacing ) : System
Detach ( ) : void
GetIntValue ( int i ) : int
GetIntValue ( string s ) : int
GetNumValues ( ) : int
GetString ( ) : string
GetValue ( int i ) : string
GetValue ( string s ) : string
GetValueReference ( string name ) : ValueReference
GetValueReferenceGroup ( ) : ValueReferenceGroup
GetValueReferences ( ) : IList
InsertIntoParserAfter ( Data reference ) : void
InsertIntoParserBefore ( Data reference ) : void
InsertValue ( int i, string value, int priorSpaces = 1 ) : void
RemoveDataModifiedHandler ( EventHandler handler ) : void
RemoveValue ( int i ) : void
SetByteValue ( int i, byte value ) : void
SetNumValues ( int n ) : void
SetValue ( int i, string value ) : void
SetValue ( string s, int i ) : void
SetValue ( string s, string value ) : void
SetValueReferences ( IList references ) : void
SetWordValue ( int i, int value ) : void
ThrowException ( Exception e ) : void

Private Methods

Méthode Description
GetSpacingIndex ( int i ) : string

Method Details

AddDataModifiedHandler() public méthode

public AddDataModifiedHandler ( EventHandler handler ) : void
handler EventHandler
Résultat void

Data() public méthode

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

Detach() public méthode

public Detach ( ) : void
Résultat void

GetIntValue() public méthode

public GetIntValue ( int i ) : int
i int
Résultat int

GetIntValue() public méthode

public GetIntValue ( string s ) : int
s string
Résultat int

GetNumValues() public méthode

public GetNumValues ( ) : int
Résultat int

GetString() public méthode

public GetString ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( int i ) : string
i int
Résultat string

GetValue() public méthode

public GetValue ( string s ) : string
s string
Résultat string

GetValueReference() public méthode

public GetValueReference ( string name ) : ValueReference
name string
Résultat ValueReference

GetValueReferenceGroup() public méthode

public GetValueReferenceGroup ( ) : ValueReferenceGroup
Résultat ValueReferenceGroup

GetValueReferences() public méthode

public GetValueReferences ( ) : IList
Résultat IList

InsertIntoParserAfter() public méthode

public InsertIntoParserAfter ( Data reference ) : void
reference Data
Résultat void

InsertIntoParserBefore() public méthode

public InsertIntoParserBefore ( Data reference ) : void
reference Data
Résultat void

InsertValue() public méthode

public InsertValue ( int i, string value, int priorSpaces = 1 ) : void
i int
value string
priorSpaces int
Résultat void

RemoveDataModifiedHandler() public méthode

public RemoveDataModifiedHandler ( EventHandler handler ) : void
handler EventHandler
Résultat void

RemoveValue() public méthode

public RemoveValue ( int i ) : void
i int
Résultat void

SetByteValue() public méthode

public SetByteValue ( int i, byte value ) : void
i int
value byte
Résultat void

SetNumValues() public méthode

public SetNumValues ( int n ) : void
n int
Résultat void

SetValue() public méthode

public SetValue ( int i, string value ) : void
i int
value string
Résultat void

SetValue() public méthode

public SetValue ( string s, int i ) : void
s string
i int
Résultat void

SetValue() public méthode

public SetValue ( string s, string value ) : void
s string
value string
Résultat void

SetValueReferences() public méthode

public SetValueReferences ( IList references ) : void
references IList
Résultat void

SetWordValue() public méthode

public SetWordValue ( int i, int value ) : void
i int
value int
Résultat void

ThrowException() public méthode

public ThrowException ( Exception e ) : void
e System.Exception
Résultat void

Property Details

size protected_oe property

protected int size
Résultat int