DC2343A  FW 1.0.2 / GUI 1.0.10
LTC3335 Nanopower Buck-Boost DC/DC with Integrated Coulomb Counter
 All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
Software.SampleClass Class Reference

simple class implementing an interface More...

Inheritance diagram for Software.SampleClass:
Software.ISample

Data Structures

class  NestedClass
 nested class declared inside SampleClass More...
 

Public Member Functions

double SampleFunction (double pFirst)
 function with parameter More...
 
double[] SampleFunction2 (double[] pFirst)
 function with arrays More...
 
void SampleMethod ()
 simple method More...
 
void SampleMethodWithParams (string pFirst, ref int pPointer)
 method with parameters More...
 
void MethodWithArrayParams (int[] pArr, int pArg)
 method with an array as param More...
 
void nestedClassObject_OnSomeEvent (object Sender, EventArgs args)
 method handles event from nested class More...
 
 OnSomeEvent (object Sender)
 some event More...
 
void Dispose ()
 IDisposable implementation More...
 

Static Public Member Functions

static bool operator+ (SampleClass Obj1, SampleClass Obj2)
 simple operator More...
 

Data Fields

long[] longArray
 long array More...
 
string someString
 simple public string value More...
 
NestedClass nestedClassObject
 NestedClass instance. More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 IDisposable implementation More...
 

Properties

string StringProperty [get, set]
 simple property More...
 
int IntegerProperty [get]
 readonly property More...
 
- Properties inherited from Software.ISample
string StringProperty [get, set]
 simple property More...
 
int IntegerProperty [get]
 read only property More...
 

Detailed Description

simple class implementing an interface

Implements ISample

Definition at line 93 of file class_with_interface.vb.

Member Function Documentation

virtual void Software.SampleClass.Dispose ( bool  disposing)
protectedvirtual

IDisposable implementation

Parameters
disposing

Is called from default Dispose method.

void Software.SampleClass.Dispose ( )

IDisposable implementation

Implements IDisposable.Dispose

void Software.SampleClass.MethodWithArrayParams ( int[]  pArr,
int  pArg 
)

method with an array as param

Parameters
pArrinteger array
pArgsimple parameter
void Software.SampleClass.nestedClassObject_OnSomeEvent ( object  Sender,
EventArgs  args 
)

method handles event from nested class

Remarks
Handles the nestedClassObject.SomeEvent event.
Software.SampleClass.OnSomeEvent ( object  Sender)

some event

Parameters
Sendersender of object type

Implements ISample.OnSomeEvent

Implements Software.ISample.

static bool Software.SampleClass.operator+ ( SampleClass  Obj1,
SampleClass  Obj2 
)
static

simple operator

Parameters
Obj1first simple object
Obj2second simple object
Returns
True if Obj1 equal to, or bigger than Obj2
double Software.SampleClass.SampleFunction ( double  pFirst)

function with parameter

Parameters
pFirstsimple parameter
Returns
some double value

Implements ISample.SampleFunction

Implements Software.ISample.

double [] Software.SampleClass.SampleFunction2 ( double[]  pFirst)

function with arrays

Parameters
pFirstdouble array as parameter
Returns
double array
void Software.SampleClass.SampleMethod ( )

simple method

Implements ISample.SampleMethod

Implements Software.ISample.

void Software.SampleClass.SampleMethodWithParams ( string  pFirst,
ref int  pPointer 
)

method with parameters

Parameters
pFirstsimple param
pPointerpinter

Implements ISample.SampleMethodWithParams

Implements Software.ISample.

Field Documentation

long [] Software.SampleClass.longArray

long array

Definition at line 116 of file class_with_interface.vb.

NestedClass Software.SampleClass.nestedClassObject

NestedClass instance.

Definition at line 118 of file class_with_interface.vb.

string Software.SampleClass.someString

simple public string value

Definition at line 117 of file class_with_interface.vb.

Property Documentation

int Software.SampleClass.IntegerProperty
get

readonly property

integer value

Returns
same interger value

Implements ISample.IntegerProperty

Definition at line 136 of file class_with_interface.vb.

string Software.SampleClass.StringProperty
getset

simple property

some string

Returns
some string

Implements ISample.StringProperty

Definition at line 127 of file class_with_interface.vb.


The documentation for this class was generated from the following file: