C# Class AODL.Document.Content.Fields.Field

A base abstract class for all the fields
Inheritance: IContent
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Protected Properties

Property Type Description
_document IDocument
_node System.Xml.XmlNode

Public Methods

Method Description
Field ( ) : System

Method Details

Field() public method

public Field ( ) : System
return System

Property Details

_document protected property

protected IDocument _document
return IDocument

_node protected property

protected XmlNode,System.Xml _node
return System.Xml.XmlNode