C# Class FSO.IDE.EditorComponent.DataView.VMDataPropertyDescriptor

Inheritance: System.ComponentModel.PropertyDescriptor
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Categories string>.Dictionary
Editor FSO.IDE.EditorComponent.UI.UIBHAVEditor
Frame VMStackFrame
ID int
Object FSO.SimAntics.VMEntity
Type VMExtDataType
_Description string

Public Methods

Method Description
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool
VMDataPropertyDescriptor ( string name, string description, Attribute attrs, VMExtDataType type, int id, FSO.SimAntics.VMEntity obj, VMStackFrame frame, UIBHAVEditor editor ) : System

Method Details

CanResetValue() public method

public CanResetValue ( object component ) : bool
component object
return bool

GetValue() public method

public GetValue ( object component ) : object
component object
return object

ResetValue() public method

public ResetValue ( object component ) : void
component object
return void

SetValue() public method

public SetValue ( object component, object value ) : void
component object
value object
return void

ShouldSerializeValue() public method

public ShouldSerializeValue ( object component ) : bool
component object
return bool

VMDataPropertyDescriptor() public method

public VMDataPropertyDescriptor ( string name, string description, Attribute attrs, VMExtDataType type, int id, FSO.SimAntics.VMEntity obj, VMStackFrame frame, UIBHAVEditor editor ) : System
name string
description string
attrs System.Attribute
type VMExtDataType
id int
obj FSO.SimAntics.VMEntity
frame VMStackFrame
editor FSO.IDE.EditorComponent.UI.UIBHAVEditor
return System

Property Details

Categories public_oe static_oe property

public static Dictionary Categories
return string>.Dictionary

Editor public_oe property

public UIBHAVEditor,FSO.IDE.EditorComponent.UI Editor
return FSO.IDE.EditorComponent.UI.UIBHAVEditor

Frame public_oe property

public VMStackFrame Frame
return VMStackFrame

ID public_oe property

public int ID
return int

Object public_oe property

public VMEntity,FSO.SimAntics Object
return FSO.SimAntics.VMEntity

Type public_oe property

public VMExtDataType Type
return VMExtDataType

_Description public_oe property

public string _Description
return string