Show / Hide Table of Contents

Class DynamicProperty

Inheritance
System.Object
DynamicProperty
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: Experior.Core.Properties
Assembly: Experior.Core.dll
Syntax
public class DynamicProperty

Properties

Attributes

Declaration
public Attribute[] Attributes { get; set; }
Property Value
Type Description
System.Attribute[]

Category

Declaration
public string Category { get; set; }
Property Value
Type Description
System.String

Converter

Declaration
public TypeConverter Converter { get; set; }
Property Value
Type Description
System.ComponentModel.TypeConverter

CustomData

Declaration
public object CustomData { get; set; }
Property Value
Type Description
System.Object

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Order

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32

Type

Declaration
public Type Type { get; set; }
Property Value
Type Description
System.Type

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

Events

OnPropertyChanged

Declaration
public event Action<DynamicProperty> OnPropertyChanged
Event Type
Type Description
System.Action<DynamicProperty>
Back to top Generated by DocFX