C# Class WpfDataUi.DataTypes.TypeMemberDisplayProperties

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AddIgnore ( string name ) : void
Clone ( ) : TypeMemberDisplayProperties
SetCategory ( string name, string category ) : void
SetDisplay ( string name, string displayName ) : void
SetPreferredDisplayer ( string name, Type displayerType ) : void
TypeMemberDisplayProperties ( ) : System

Private Methods

Méthode Description
GetOrCreateImdp ( string name ) : InstanceMemberDisplayProperties

Method Details

AddIgnore() public méthode

public AddIgnore ( string name ) : void
name string
Résultat void

Clone() public méthode

public Clone ( ) : TypeMemberDisplayProperties
Résultat TypeMemberDisplayProperties

SetCategory() public méthode

public SetCategory ( string name, string category ) : void
name string
category string
Résultat void

SetDisplay() public méthode

public SetDisplay ( string name, string displayName ) : void
name string
displayName string
Résultat void

SetPreferredDisplayer() public méthode

public SetPreferredDisplayer ( string name, Type displayerType ) : void
name string
displayerType System.Type
Résultat void

TypeMemberDisplayProperties() public méthode

public TypeMemberDisplayProperties ( ) : System
Résultat System