C# 클래스 DotNetNuke.Modules.Xml.Components.Definition

파일 보기 프로젝트 열기: DNNCommunity/DNN.XML

공개 메소드들

메소드 설명
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.

메소드 상세

ConvertIndexRunToString() 공개 정적인 메소드

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

ParseIndexRun() 공개 정적인 메소드

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