C# Class NFrame.NFCProperty

Inheritance: NFIProperty
Afficher le fichier Open project: ketoo/NoahGameFrame Class Usage Examples

Méthodes publiques

Méthode Description
GetData ( ) : NFIDataList.TData
GetKey ( ) : string
GetType ( ) : NFIDataList.VARIANT_TYPE
GetUpload ( ) : bool
NFCProperty ( NFGUID self, string strPropertyName, NFIDataList varData ) : System
QueryFloat ( ) : double
QueryInt ( ) : System.Int64
QueryObject ( ) : NFGUID
QueryString ( ) : string
QueryVector2 ( ) : NFVector2
QueryVector3 ( ) : NFVector3
RegisterCallback ( PropertyEventHandler handler ) : void
SetData ( NFIDataList x ) : bool
SetFloat ( double value ) : bool
SetInt ( System.Int64 value ) : bool
SetObject ( NFGUID value ) : bool
SetString ( string value ) : bool
SetUpload ( bool upload ) : void
SetVector2 ( NFVector2 value ) : bool
SetVector3 ( NFVector3 value ) : bool

Method Details

GetData() public méthode

public GetData ( ) : NFIDataList.TData
Résultat NFIDataList.TData

GetKey() public méthode

public GetKey ( ) : string
Résultat string

GetType() public méthode

public GetType ( ) : NFIDataList.VARIANT_TYPE
Résultat NFIDataList.VARIANT_TYPE

GetUpload() public méthode

public GetUpload ( ) : bool
Résultat bool

NFCProperty() public méthode

public NFCProperty ( NFGUID self, string strPropertyName, NFIDataList varData ) : System
self NFGUID
strPropertyName string
varData NFIDataList
Résultat System

QueryFloat() public méthode

public QueryFloat ( ) : double
Résultat double

QueryInt() public méthode

public QueryInt ( ) : System.Int64
Résultat System.Int64

QueryObject() public méthode

public QueryObject ( ) : NFGUID
Résultat NFGUID

QueryString() public méthode

public QueryString ( ) : string
Résultat string

QueryVector2() public méthode

public QueryVector2 ( ) : NFVector2
Résultat NFVector2

QueryVector3() public méthode

public QueryVector3 ( ) : NFVector3
Résultat NFVector3

RegisterCallback() public méthode

public RegisterCallback ( PropertyEventHandler handler ) : void
handler PropertyEventHandler
Résultat void

SetData() public méthode

public SetData ( NFIDataList x ) : bool
x NFIDataList
Résultat bool

SetFloat() public méthode

public SetFloat ( double value ) : bool
value double
Résultat bool

SetInt() public méthode

public SetInt ( System.Int64 value ) : bool
value System.Int64
Résultat bool

SetObject() public méthode

public SetObject ( NFGUID value ) : bool
value NFGUID
Résultat bool

SetString() public méthode

public SetString ( string value ) : bool
value string
Résultat bool

SetUpload() public méthode

public SetUpload ( bool upload ) : void
upload bool
Résultat void

SetVector2() public méthode

public SetVector2 ( NFVector2 value ) : bool
value NFVector2
Résultat bool

SetVector3() public méthode

public SetVector3 ( NFVector3 value ) : bool
value NFVector3
Résultat bool