DataMemberInfoGetDataMembers Method |
Resolves all the data members defined in a class type.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static DataMemberInfo[] GetDataMembers(
Type type,
DataMemberInfo parent = null
)
Public Shared Function GetDataMembers (
type As Type,
Optional parent As DataMemberInfo = Nothing
) As DataMemberInfo()
public:
static array<DataMemberInfo^>^ GetDataMembers(
Type^ type,
DataMemberInfo^ parent = nullptr
)
Parameters
- type
- Type: SystemType
The type of class to get the data members of. - parent (Optional)
- Type: MFiles.VAF.Configuration.JsonMappingDataMemberInfo
Optional parent data-member to set on all the data members.
Return Value
Type:
DataMemberInfoData members defined in the type.
See Also