Jypeli 10
The simple game programming library
AdvanceMath.Design.AdvPropertyDescriptor luokkareferenssi
Luokan AdvanceMath.Design.AdvPropertyDescriptor luokkakaavio

Julkiset jäsenfunktiot

 AdvPropertyDescriptor (FieldInfo field)
 
 AdvPropertyDescriptor (PropertyInfo property)
 
 AdvPropertyDescriptor (string name, FieldInfo field)
 
 AdvPropertyDescriptor (string name, PropertyInfo property)
 
override bool CanResetValue (object component)
 
bool Equals (AdvPropertyDescriptor other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override object GetValue (object component)
 
override void ResetValue (object component)
 
void SetDescription (string value)
 
override void SetValue (object component, object value)
 
override bool ShouldSerializeValue (object component)
 

Ominaisuudet

override Type ComponentType [get]
 
override string Description [get]
 
override bool IsReadOnly [get]
 
override Type PropertyType [get]
 

Yksityiset jäsenfunktiot

AttributeCollection ICustomTypeDescriptor. GetAttributes ()
 
string ICustomTypeDescriptor. GetClassName ()
 
string ICustomTypeDescriptor. GetComponentName ()
 
TypeConverter ICustomTypeDescriptor. GetConverter ()
 
EventDescriptor ICustomTypeDescriptor. GetDefaultEvent ()
 
PropertyDescriptor ICustomTypeDescriptor. GetDefaultProperty ()
 
object ICustomTypeDescriptor. GetEditor (Type editorBaseType)
 
EventDescriptorCollection ICustomTypeDescriptor. GetEvents ()
 
EventDescriptorCollection ICustomTypeDescriptor. GetEvents (Attribute[] attributes)
 
PropertyDescriptorCollection ICustomTypeDescriptor. GetProperties ()
 
PropertyDescriptorCollection ICustomTypeDescriptor. GetProperties (Attribute[] attributes)
 
object ICustomTypeDescriptor. GetPropertyOwner (PropertyDescriptor pd)
 

Staattiset yksityiset jäsenfunktiot

static Attribute[] GetAttributes (MemberInfo property)
 

Yksityiset attribuutit

string description
 
FieldInfo field
 
MemberInfo info
 
PropertyInfo property
 

Yksityiskohtainen selite

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 33.

Rakentajien & purkajien dokumentaatio

◆ AdvPropertyDescriptor() [1/4]

AdvanceMath.Design.AdvPropertyDescriptor.AdvPropertyDescriptor ( FieldInfo  field)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 44.

◆ AdvPropertyDescriptor() [2/4]

AdvanceMath.Design.AdvPropertyDescriptor.AdvPropertyDescriptor ( string  name,
FieldInfo  field 
)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 47.

Viittaukset AdvanceMath.Design.AdvPropertyDescriptor.field.

◆ AdvPropertyDescriptor() [3/4]

AdvanceMath.Design.AdvPropertyDescriptor.AdvPropertyDescriptor ( PropertyInfo  property)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 54.

◆ AdvPropertyDescriptor() [4/4]

AdvanceMath.Design.AdvPropertyDescriptor.AdvPropertyDescriptor ( string  name,
PropertyInfo  property 
)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 57.

Viittaukset AdvanceMath.Design.AdvPropertyDescriptor.property.

Jäsenfunktioiden dokumentaatio

◆ CanResetValue()

override bool AdvanceMath.Design.AdvPropertyDescriptor.CanResetValue ( object  component)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 96.

◆ Equals() [1/2]

bool AdvanceMath.Design.AdvPropertyDescriptor.Equals ( AdvPropertyDescriptor  other)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 136.

Viittaukset AdvanceMath.Design.AdvPropertyDescriptor.info.

◆ Equals() [2/2]

override bool AdvanceMath.Design.AdvPropertyDescriptor.Equals ( object  obj)

◆ GetAttributes() [1/2]

AttributeCollection ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetAttributes ( )
private

◆ GetAttributes() [2/2]

static Attribute[] AdvanceMath.Design.AdvPropertyDescriptor.GetAttributes ( MemberInfo  property)
staticprivate

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 35.

Viittaukset AdvanceMath.Design.AdvPropertyDescriptor.property.

◆ GetClassName()

string ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetClassName ( )
private

◆ GetComponentName()

string ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetComponentName ( )
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 151.

◆ GetConverter()

TypeConverter ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetConverter ( )
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 155.

◆ GetDefaultEvent()

EventDescriptor ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetDefaultEvent ( )
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 159.

◆ GetDefaultProperty()

PropertyDescriptor ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetDefaultProperty ( )
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 163.

◆ GetEditor()

object ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetEditor ( Type  editorBaseType)
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 167.

◆ GetEvents() [1/2]

EventDescriptorCollection ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetEvents ( )
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 172.

◆ GetEvents() [2/2]

EventDescriptorCollection ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetEvents ( Attribute[]  attributes)
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 176.

◆ GetHashCode()

override int AdvanceMath.Design.AdvPropertyDescriptor.GetHashCode ( )

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 117.

Viittaukset AdvanceMath.Design.AdvPropertyDescriptor.info.

◆ GetProperties() [1/2]

PropertyDescriptorCollection ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetProperties ( )
private

◆ GetProperties() [2/2]

PropertyDescriptorCollection ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetProperties ( Attribute[]  attributes)
private

◆ GetPropertyOwner()

object ICustomTypeDescriptor. AdvanceMath.Design.AdvPropertyDescriptor.GetPropertyOwner ( PropertyDescriptor  pd)
private

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 189.

◆ GetValue()

override object AdvanceMath.Design.AdvPropertyDescriptor.GetValue ( object  component)

◆ ResetValue()

override void AdvanceMath.Design.AdvPropertyDescriptor.ResetValue ( object  component)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 97.

◆ SetDescription()

void AdvanceMath.Design.AdvPropertyDescriptor.SetDescription ( string  value)

◆ SetValue()

override void AdvanceMath.Design.AdvPropertyDescriptor.SetValue ( object  component,
object  value 
)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 101.

Viittaukset AdvanceMath.Design.AdvPropertyDescriptor.field.

◆ ShouldSerializeValue()

override bool AdvanceMath.Design.AdvPropertyDescriptor.ShouldSerializeValue ( object  component)

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 113.

Jäsendatan dokumentaatio

◆ description

string AdvanceMath.Design.AdvPropertyDescriptor.description
private

◆ field

◆ info

MemberInfo AdvanceMath.Design.AdvPropertyDescriptor.info
private

◆ property

PropertyInfo AdvanceMath.Design.AdvPropertyDescriptor.property
private

Ominaisuuksien dokumentaatio

◆ ComponentType

◆ Description

override string AdvanceMath.Design.AdvPropertyDescriptor.Description
get

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 121.

◆ IsReadOnly

override bool AdvanceMath.Design.AdvPropertyDescriptor.IsReadOnly
get

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 81.

◆ PropertyType

override Type AdvanceMath.Design.AdvPropertyDescriptor.PropertyType
get

Määrittely tiedoston AdvPropertyDescriptor.cs rivillä 85.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: