CadPropertyDescriptor(String, Type, Boolean, Int32[], String?, Func<Object, Object?>, Action<Object, Object?>?) Constructor

Definition

Namespace ProCad.Core
Assembly ProCad.Core.dll
public CadPropertyDescriptor(string Name, Type PropertyType, bool CanWrite, int[] DxfCodes, string? DxfReferenceType, Func<object, object?> Getter, Action<object, object?>? Setter)

Parameters

Name
String?
PropertyType
Type
CanWrite
Boolean
DxfCodes
Int32[]
DxfReferenceType
String?