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

Afficher le fichier Open project: DNNCommunity/DNN.XML

Méthodes publiques

Méthode 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 méthode

Converts the IndexRun to a string value.
public static ConvertIndexRunToString ( IndexRun value ) : string
value IndexRun
Résultat string

ParseIndexRun() public static méthode

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