C# Class DotNetNuke.Modules.Xml.Components.Definition

Show file Open project: DNNCommunity/DNN.XML

Public Methods

Method Description
ConvertIndexRunToString ( IndexRun value ) : string

Converts the IndexRun to a string value.

ParseIndexRun ( string value ) : IndexRun

Converts a string representation of a IndexRun to its object value.

Method Details

ConvertIndexRunToString() public static method

Converts the IndexRun to a string value.
public static ConvertIndexRunToString ( IndexRun value ) : string
value IndexRun
return string

ParseIndexRun() public static method

Converts a string representation of a IndexRun to its object value.
public static ParseIndexRun ( string value ) : IndexRun
value string Value to convert.
return IndexRun