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

Inheritance: Field
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
Placeholder ( IDocument document, PlaceholderType placeholderType ) : System
Placeholder ( IDocument document, PlaceholderType placeholderType, string description ) : System

Private Methods

Method Description
Placeholder ( IDocument document, XmlNode node ) : System

Method Details

Placeholder() public method

public Placeholder ( IDocument document, PlaceholderType placeholderType ) : System
document IDocument
placeholderType PlaceholderType
return System

Placeholder() public method

public Placeholder ( IDocument document, PlaceholderType placeholderType, string description ) : System
document IDocument
placeholderType PlaceholderType
description string
return System