DataMemberInfo Class |
Namespace: MFiles.VAF.Configuration.JsonMapping
The DataMemberInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataMemberInfo |
Constructor.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | GetAttributeT |
Helper method for accessing the data member's attribute.
|
![]() | GetAttributesT |
Helper method for accessing the data member's attributes.
|
![]() ![]() | GetDataMembers |
Resolves all the data members defined in a class type.
|