C# Class Gibbed.RED.FileFormats.Game.GenericObject

Inheritance: IFileObject
显示文件 Open project: yole/Gibbed.RED Class Usage Examples

Public Methods

Method Description
GenericObject ( ) : System
GenericObject ( string type ) : System
GetDataType ( string name ) : string
GetDisplayName ( bool includeUndecoded ) : string
GetPropertyValue ( string name ) : object
GetPropertyValueAsString ( string name, StringsFile stringsFile ) : string
Serialize ( IFileStream stream ) : void
SetProperty ( string name, string type, object value ) : void
ToString ( ) : string

Method Details

GenericObject() public method

public GenericObject ( ) : System
return System

GenericObject() public method

public GenericObject ( string type ) : System
type string
return System

GetDataType() public method

public GetDataType ( string name ) : string
name string
return string

GetDisplayName() public method

public GetDisplayName ( bool includeUndecoded ) : string
includeUndecoded bool
return string

GetPropertyValue() public method

public GetPropertyValue ( string name ) : object
name string
return object

GetPropertyValueAsString() public method

public GetPropertyValueAsString ( string name, StringsFile stringsFile ) : string
name string
stringsFile StringsFile
return string

Serialize() public method

public Serialize ( IFileStream stream ) : void
stream IFileStream
return void

SetProperty() public method

public SetProperty ( string name, string type, object value ) : void
name string
type string
value object
return void

ToString() public method

public ToString ( ) : string
return string