DataMemberAttr
|
The DataMemberAttribute decorating this member.
|
IsList
|
Indicates whether the data member contains a list of items.
|
IsNullable
|
Indicates whether the data member's type is nullable.
|
MemberInfo
|
The reflected information about the field or property that
is represented by this object.
|
Name
|
The name of the data member.
|
Parent
|
The parent data member within a class hierarchy.
I.E. The data member whose type pointed to this data member's
declaring type.
|
Type
|
The type of value the data member holds.
|
UnderlyingType
|
The underlying type of value that the data member, disregarding
any generic list or nullable wrappers.
|