C# Class System.ZXPDatum

显示文件 Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Converter IZXPConverter
Key string

Public Methods

Method Description
GetValue ( object o ) : object
SetValue ( object o, object v ) : void
ZXPDatum ( string key, FieldInfo fi ) : System
ZXPDatum ( string key, PropertyInfo pi ) : System

Method Details

GetValue() public method

public GetValue ( object o ) : object
o object
return object

SetValue() public method

public SetValue ( object o, object v ) : void
o object
v object
return void

ZXPDatum() public method

public ZXPDatum ( string key, FieldInfo fi ) : System
key string
fi System.Reflection.FieldInfo
return System

ZXPDatum() public method

public ZXPDatum ( string key, PropertyInfo pi ) : System
key string
pi System.Reflection.PropertyInfo
return System

Property Details

Converter public_oe property

public IZXPConverter Converter
return IZXPConverter

Key public_oe property

public string Key
return string