C# Class SenseNet.ContentRepository.Fields.SurveyRule

Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
SurveyRule ( string answer, string answerId, string jumpToPage, int pages ) : System
WriteXml ( XmlWriter writer ) : void

Method Details

SurveyRule() public method

public SurveyRule ( string answer, string answerId, string jumpToPage, int pages ) : System
answer string
answerId string
jumpToPage string
pages int
return System

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void