Class Property
- Namespace
- MiniExcelLibs
- Assembly
- MiniExcel.dll
public class Property : Member
- Inheritance
-
Property
- Inherited Members
-
Constructors
Property(PropertyInfo)
public Property(PropertyInfo property)
Parameters
property PropertyInfo
Properties
CanRead
public bool CanRead { get; }
Property Value
- bool
CanWrite
public bool CanWrite { get; }
Property Value
- bool
Info
public PropertyInfo Info { get; }
Property Value
- PropertyInfo
Name
public string Name { get; protected set; }
Property Value
- string
Methods
GetProperties(Type)
public static Property[] GetProperties(Type type)
Parameters
type Type
Returns
- Property[]
GetValue(object)
public object GetValue(object instance)
Parameters
instance object
Returns
- object
SetValue(object, object)
public void SetValue(object instance, object value)
Parameters
instance object
value object