C# 클래스 AODL.Document.Content.Fields.Placeholder

상속: Field
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Placeholder ( IDocument document, PlaceholderType placeholderType ) : System
Placeholder ( IDocument document, PlaceholderType placeholderType, string description ) : System

비공개 메소드들

메소드 설명
Placeholder ( IDocument document, XmlNode node ) : System

메소드 상세

Placeholder() 공개 메소드

public Placeholder ( IDocument document, PlaceholderType placeholderType ) : System
document IDocument
placeholderType PlaceholderType
리턴 System

Placeholder() 공개 메소드

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