IJenevaContextGetPropertyDefs Method |
Generates an array of ProperyMeta class from a domain class
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax PropertyMeta[] GetPropertyDefs(
Type type
)
Function GetPropertyDefs (
type As Type
) As PropertyMeta()
Parameters
- type
- Type: SystemType
type of the DTO
Return Value
Type:
PropertyMetaarray of property definitions
See Also