C# Class SenseNet.ContentRepository.Storage.Search.Expression

Mostra file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
ToXml ( ) : string

Protected Methods

Method Description
GetWrongPropertyDataTypeException ( string paramName, DataType expectedDataType ) : ArgumentException

Private Methods

Method Description
WriteXml ( XmlWriter writer ) : void

Method Details

GetWrongPropertyDataTypeException() protected static method

protected static GetWrongPropertyDataTypeException ( string paramName, DataType expectedDataType ) : ArgumentException
paramName string
expectedDataType DataType
return System.ArgumentException

ToXml() public method

public ToXml ( ) : string
return string