Class ReferenceTypeViewModel
Inheritance
System.Object
ReferenceTypeViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ReferenceTypeViewModel
Constructors
ReferenceTypeViewModel(ReferenceType, String)
Declaration
public ReferenceTypeViewModel(ReferenceType type, string name)
Parameters
ReferenceType
type
|
System.String
name
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|