Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
MetaSearchInfo Structure Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : MetaSearchInfo Structure


The following tables list the members exposed by MetaSearchInfo.

Public Constructors

 NameDescription
Public ConstructorMetaSearchInfo ConstructorOverloaded.  Initializes a new instance of MetaSearchInfo struct for the specified type, key and value.  
Top

Public Properties

 NameDescription
Public PropertyConditionRead-only property. Gets the search condition.  
Public PropertyJoinTypeRead-only property. Gets the type of join condition.  
Public PropertyKeyRead-only property. Gets the object used as key to access data.  
Public PropertyValueRead-only property.Gets the value itself.  
Public PropertyValueTypeRead-only property. Gets the type of the value.  
Top

Public Methods

 NameDescription
Public MethodEqualsIndicates whether this instance and a specified object are equal. (Inherited from System.ValueType)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.ValueType)
Public MethodToStringReturns the fully qualified type name of this instance. (Inherited from System.ValueType)
Top

See Also