C# Class dk.ku.life.Daisy.Frame

Datei anzeigen Open project: perabrahamsen/daisy-model

Public Properties

Property Type Description
frame System.IntPtr

Public Methods

Method Description
BaseName ( ) : string
Check ( string name ) : bool
Description ( ) : string
Dispose ( ) : void
Frame ( IntPtr al ) : System
GetFrame ( string name ) : Frame
GetInteger ( string name ) : int
GetString ( string name ) : string
TypeName ( ) : string

Method Details

BaseName() public method

public BaseName ( ) : string
return string

Check() public method

public Check ( string name ) : bool
name string
return bool

Description() public method

public Description ( ) : string
return string

Dispose() public method

public Dispose ( ) : void
return void

Frame() public method

public Frame ( IntPtr al ) : System
al System.IntPtr
return System

GetFrame() public method

public GetFrame ( string name ) : Frame
name string
return Frame

GetInteger() public method

public GetInteger ( string name ) : int
name string
return int

GetString() public method

public GetString ( string name ) : string
name string
return string

TypeName() public method

public TypeName ( ) : string
return string

Property Details

frame public_oe property

public IntPtr,System frame
return System.IntPtr