C# Class CascadeSharp.TKernel.TColStd.TColStd_Array1OfAsciiString

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( TColStd_Array1OfAsciiString theOther ) : TColStd_Array1OfAsciiString
ChangeFirst ( ) : TCollection_AsciiString
ChangeLast ( ) : TCollection_AsciiString
ChangeValue ( int theIndex ) : TCollection_AsciiString
First ( ) : TCollection_AsciiString
Init ( TCollection_AsciiString theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : TCollection_AsciiString
Length ( ) : int
Lower ( ) : int
Move ( TColStd_Array1OfAsciiString theOther ) : TColStd_Array1OfAsciiString
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, TCollection_AsciiString theItem ) : void
Size ( ) : int
TColStd_Array1OfAsciiString ( ) : System
TColStd_Array1OfAsciiString ( TColStd_Array1OfAsciiString theOther ) : System
TColStd_Array1OfAsciiString ( TCollection_AsciiString theBegin, int theLower, int theUpper ) : System
TColStd_Array1OfAsciiString ( int theLower, int theUpper ) : System
Upper ( ) : int
Value ( int theIndex ) : TCollection_AsciiString

Method Details

Assign() public method

public Assign ( TColStd_Array1OfAsciiString theOther ) : TColStd_Array1OfAsciiString
theOther TColStd_Array1OfAsciiString
return TColStd_Array1OfAsciiString

ChangeFirst() public method

public ChangeFirst ( ) : TCollection_AsciiString
return TCollection_AsciiString

ChangeLast() public method

public ChangeLast ( ) : TCollection_AsciiString
return TCollection_AsciiString

ChangeValue() public method

public ChangeValue ( int theIndex ) : TCollection_AsciiString
theIndex int
return TCollection_AsciiString

First() public method

public First ( ) : TCollection_AsciiString
return TCollection_AsciiString

Init() public method

public Init ( TCollection_AsciiString theValue ) : void
theValue TCollection_AsciiString
return void

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : TCollection_AsciiString
return TCollection_AsciiString

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( TColStd_Array1OfAsciiString theOther ) : TColStd_Array1OfAsciiString
theOther TColStd_Array1OfAsciiString
return TColStd_Array1OfAsciiString

Resize() public method

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
return void

SetValue() public method

public SetValue ( int theIndex, TCollection_AsciiString theItem ) : void
theIndex int
theItem TCollection_AsciiString
return void

Size() public method

public Size ( ) : int
return int

TColStd_Array1OfAsciiString() public method

public TColStd_Array1OfAsciiString ( ) : System
return System

TColStd_Array1OfAsciiString() public method

public TColStd_Array1OfAsciiString ( TColStd_Array1OfAsciiString theOther ) : System
theOther TColStd_Array1OfAsciiString
return System

TColStd_Array1OfAsciiString() public method

public TColStd_Array1OfAsciiString ( TCollection_AsciiString theBegin, int theLower, int theUpper ) : System
theBegin TCollection_AsciiString
theLower int
theUpper int
return System

TColStd_Array1OfAsciiString() public method

public TColStd_Array1OfAsciiString ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : TCollection_AsciiString
theIndex int
return TCollection_AsciiString