Class TypeName
Encapsulates a type's name and exposes it to the TypesToLoadList class.
Inheritance
System.Object
TypeName
Implements
Namespace: Syncfusion.Reflection
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TypeName : Object, IChangeNotifyingItem
Constructors
TypeName()
Creates a new TypeName class with empty type name.
Declaration
public TypeName()
TypeName(String)
Creates a new TypeName class and sets its type name.
Declaration
public TypeName(string typename)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | typename | The full name of the type. |
Properties
TypeFullName
Gets / sets the type's full name.
Declaration
public string TypeFullName { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
Declaration
public void add_PropertyChanged(SyncfusionPropertyChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SyncfusionPropertyChangedEventHandler | value |
remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
Declaration
public void remove_PropertyChanged(SyncfusionPropertyChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SyncfusionPropertyChangedEventHandler | value |
Events
PropertyChanged
Occurs when the TypeFullName property has changed.
Declaration
public event SyncfusionPropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| SyncfusionPropertyChangedEventHandler |