C# Class CascadeSharp.TKernel.TColStd.TColStd_Array1OfExtendedString

Datei anzeigen Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Assign() public method

public Assign ( TColStd_Array1OfExtendedString theOther ) : TColStd_Array1OfExtendedString
theOther TColStd_Array1OfExtendedString
return TColStd_Array1OfExtendedString

ChangeFirst() public method

public ChangeFirst ( ) : TCollection_ExtendedString
return TCollection_ExtendedString

ChangeLast() public method

public ChangeLast ( ) : TCollection_ExtendedString
return TCollection_ExtendedString

ChangeValue() public method

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

First() public method

public First ( ) : TCollection_ExtendedString
return TCollection_ExtendedString

Init() public method

public Init ( TCollection_ExtendedString theValue ) : void
theValue TCollection_ExtendedString
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_ExtendedString
return TCollection_ExtendedString

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( TColStd_Array1OfExtendedString theOther ) : TColStd_Array1OfExtendedString
theOther TColStd_Array1OfExtendedString
return TColStd_Array1OfExtendedString

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_ExtendedString theItem ) : void
theIndex int
theItem TCollection_ExtendedString
return void

Size() public method

public Size ( ) : int
return int

TColStd_Array1OfExtendedString() public method

public TColStd_Array1OfExtendedString ( ) : System
return System

TColStd_Array1OfExtendedString() public method

public TColStd_Array1OfExtendedString ( TColStd_Array1OfExtendedString theOther ) : System
theOther TColStd_Array1OfExtendedString
return System

TColStd_Array1OfExtendedString() public method

public TColStd_Array1OfExtendedString ( TCollection_ExtendedString theBegin, int theLower, int theUpper ) : System
theBegin TCollection_ExtendedString
theLower int
theUpper int
return System

TColStd_Array1OfExtendedString() public method

public TColStd_Array1OfExtendedString ( 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_ExtendedString
theIndex int
return TCollection_ExtendedString