Class EditTypeInfo
Inheritance
System.Object
EditTypeInfo
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class EditTypeInfo : Object, IIntellisenseItem
Constructors
EditTypeInfo()
Declaration
Properties
BaseType
Declaration
public EditTypeInfo BaseType { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
FullName
Declaration
public string FullName { get; }
Property Value
Icon
Declaration
public ImageSource Icon { get; set; }
Property Value
Type |
System.Windows.Media.ImageSource |
IsClass
Declaration
public bool IsClass { get; set; }
Property Value
IsEnum
Declaration
public bool IsEnum { get; set; }
Property Value
IsEvent
Declaration
public bool IsEvent { get; set; }
Property Value
IsInstance
Declaration
public bool IsInstance { get; set; }
Property Value
IsInterface
Declaration
public bool IsInterface { get; set; }
Property Value
IsMethod
Declaration
public bool IsMethod { get; set; }
Property Value
IsNamespace
Declaration
public bool IsNamespace { get; set; }
Property Value
IsProperty
Declaration
public bool IsProperty { get; set; }
Property Value
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
LexemType
Declaration
public EditTokenType LexemType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
NestedItems
Declaration
public IEnumerable<IIntellisenseItem> NestedItems { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Implements