alexa

    Show / Hide Table of Contents

    Class TypeName

    Encapsulates a type's name and exposes it to the TypesToLoadList class.

    Inheritance
    System.Object
    TypeName
    Implements
    IChangeNotifyingItem
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Reflection
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TypeName : 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

    Events

    PropertyChanged

    Occurs when the TypeFullName property has changed.

    Declaration
    public event SyncfusionPropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    SyncfusionPropertyChangedEventHandler

    Implements

    IChangeNotifyingItem
    Back to top Generated by DocFX