Class CommentsPropertyDescriptor
Source: https://dotnetfiddle.net/8M6iIE.
public sealed class CommentsPropertyDescriptor : IPropertyDescriptor
- Inheritance
-
CommentsPropertyDescriptor
- Implements
-
IPropertyDescriptor
- Inherited Members
- Extension Methods
Constructors
CommentsPropertyDescriptor(IPropertyDescriptor)
Initializes a new instance of the CommentsPropertyDescriptor class.
public CommentsPropertyDescriptor(IPropertyDescriptor baseDescriptor)
Parameters
baseDescriptor
IPropertyDescriptorThe base descriptor instance.
Properties
CanWrite
public bool CanWrite { get; }
Property Value
Name
public string Name { get; set; }
Property Value
Order
public int Order { get; set; }
Property Value
ScalarStyle
public ScalarStyle ScalarStyle { get; set; }
Property Value
- ScalarStyle
Type
public Type Type { get; }
Property Value
TypeOverride
public Type TypeOverride { get; set; }
Property Value
Methods
GetCustomAttribute<T>()
public T GetCustomAttribute<T>() where T : Attribute
Returns
- T
Type Parameters
T
Read(object)
public IObjectDescriptor Read(object target)
Parameters
target
object
Returns
- IObjectDescriptor
Write(object, object)
public void Write(object target, object value)