Click or drag to resize

SearchColumn Class

[Missing <summary> documentation for "T:Cadcorp.Configuration.SearchColumn"]

Inheritance Hierarchy
SystemObject
  Cadcorp.ConfigurationSearchColumn

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class SearchColumn : IEquatable<SearchColumn>

The SearchColumn type exposes the following members.

Constructors
  NameDescription
Public methodSearchColumn(DataRow)
Initializes a new instance of the SearchColumn class
Public methodSearchColumn(XmlNode)
Initializes a new instance of the SearchColumn class.
Public methodSearchColumn(String, String)
Initializes a new instance of the SearchColumn class
Top
Properties
  NameDescription
Public propertyAlias
Gets or Sets alias of the search column.
Public propertyColumnName
Gets or Sets the name of search column.
Public propertyIsNumeric
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(SearchColumn)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetName
Gets the name of the column as it is known in results sets e.g. either the name or the alias
Public methodGetSelectList
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also