C# Class ME3Explorer.Unreal.PropGrid

Inheritance: System.Collections.CollectionBase, ICustomTypeDescriptor
显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
Add ( CustomProperty Value ) : void
GetAttributes ( ) : AttributeCollection

GetAttributes

GetClassName ( ) : string

Get Class Name

GetComponentName ( ) : string

GetComponentName

GetConverter ( ) : TypeConverter

GetConverter

GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor

GetDefaultEvent

GetDefaultProperty ( ) : PropertyDescriptor

GetDefaultProperty

GetEditor ( Type editorBaseType ) : object

GetEditor

GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
Remove ( string Name ) : void

Remove item from List

propGridPropertyValueChanged ( PropertyValueChangedEventArgs e, int n, IMEPackage pcc ) : void
this ( int index ) : CustomProperty

Indexer

Method Details

Add() public method

public Add ( CustomProperty Value ) : void
Value CustomProperty
return void

GetAttributes() public method

GetAttributes
public GetAttributes ( ) : AttributeCollection
return System.ComponentModel.AttributeCollection

GetClassName() public method

Get Class Name
public GetClassName ( ) : string
return string

GetComponentName() public method

GetComponentName
public GetComponentName ( ) : string
return string

GetConverter() public method

GetConverter
public GetConverter ( ) : TypeConverter
return System.ComponentModel.TypeConverter

GetDefaultEvent() public method

GetDefaultEvent
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
return System.ComponentModel.EventDescriptor

GetDefaultProperty() public method

GetDefaultProperty
public GetDefaultProperty ( ) : PropertyDescriptor
return System.ComponentModel.PropertyDescriptor

GetEditor() public method

GetEditor
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type editorBaseType
return object

GetEvents() public method

public GetEvents ( ) : EventDescriptorCollection
return System.ComponentModel.EventDescriptorCollection

GetEvents() public method

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return System.ComponentModel.EventDescriptorCollection

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public method

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object

Remove() public method

Remove item from List
public Remove ( string Name ) : void
Name string
return void

propGridPropertyValueChanged() public static method

public static propGridPropertyValueChanged ( PropertyValueChangedEventArgs e, int n, IMEPackage pcc ) : void
e PropertyValueChangedEventArgs
n int
pcc IMEPackage
return void

this() public method

Indexer
public this ( int index ) : CustomProperty
index int
return CustomProperty