VRDR .NET
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
VRDR.Property Class Reference

Property attribute used to describe a DeathRecord property. More...

Inheritance diagram for VRDR.Property:

Public Types

enum  Types
 Enum for describing the property type.
 

Public Member Functions

 Property (string name, Types type, string category, string description, bool serialize, string igurl, bool capturedInIJE, int priority=4)
 Constructor.
 

Public Attributes

string Name
 Name of this property.
 
Types Type
 The property type (e.g. string, bool, Dictionary).
 
string Category
 Category of this property.
 
string Description
 Description of this property.
 
bool Serialize
 If this field should be kept when serialzing.
 
string IGUrl
 URL that links to the IG description for this property.
 
bool CapturedInIJE
 If this field has an equivalent in IJE.
 
int Priority
 Priority that this should show up in generated lists. Lower numbers come first.
 

Detailed Description

Property attribute used to describe a DeathRecord property.


The documentation for this class was generated from the following file: