C# 클래스 FSO.IDE.EditorComponent.DataView.VMDataPropertyDescriptor

상속: System.ComponentModel.PropertyDescriptor
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Categories string>.Dictionary
Editor FSO.IDE.EditorComponent.UI.UIBHAVEditor
Frame VMStackFrame
ID int
Object FSO.SimAntics.VMEntity
Type VMExtDataType
_Description string

공개 메소드들

메소드 설명
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

메소드 상세

CanResetValue() 공개 메소드

public CanResetValue ( object component ) : bool
component object
리턴 bool

GetValue() 공개 메소드

public GetValue ( object component ) : object
component object
리턴 object

ResetValue() 공개 메소드

public ResetValue ( object component ) : void
component object
리턴 void

SetValue() 공개 메소드

public SetValue ( object component, object value ) : void
component object
value object
리턴 void

ShouldSerializeValue() 공개 메소드

public ShouldSerializeValue ( object component ) : bool
component object
리턴 bool

VMDataPropertyDescriptor() 공개 메소드

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
리턴 System

프로퍼티 상세

Categories 공개적으로 정적으로 프로퍼티

public static Dictionary Categories
리턴 string>.Dictionary

Editor 공개적으로 프로퍼티

public UIBHAVEditor,FSO.IDE.EditorComponent.UI Editor
리턴 FSO.IDE.EditorComponent.UI.UIBHAVEditor

Frame 공개적으로 프로퍼티

public VMStackFrame Frame
리턴 VMStackFrame

ID 공개적으로 프로퍼티

public int ID
리턴 int

Object 공개적으로 프로퍼티

public VMEntity,FSO.SimAntics Object
리턴 FSO.SimAntics.VMEntity

Type 공개적으로 프로퍼티

public VMExtDataType Type
리턴 VMExtDataType

_Description 공개적으로 프로퍼티

public string _Description
리턴 string