C# Class SenseNet.Portal.UI.ContentListViews.FieldControls.Query

显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
Group Group
Predicate Predicate

Public Methods

Method Description
GetNodeQueryXml ( string guiQuery ) : string

This is a temporary solution before the gui xml parse moves to the official NodeQuery.Parse method

Private Methods

Method Description
ReplacePath ( string guiQueryXml ) : string
ReplacePath ( ExpressionItem exp ) : void

Method Details

GetNodeQueryXml() public static method

This is a temporary solution before the gui xml parse moves to the official NodeQuery.Parse method
public static GetNodeQueryXml ( string guiQuery ) : string
guiQuery string
return string

Property Details

Group public_oe property

public Group Group
return Group

Predicate public_oe property

public Predicate,SenseNet.Portal.UI.ContentListViews.FieldControls Predicate
return Predicate