A simple lightweight name/value item
that can be inserted into a grid
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
[SerializableAttribute] public class GridNameValueCellItem : IComparable
<SerializableAttribute> _ Public Class GridNameValueCellItem _ Implements IComparable
Dim instance As GridNameValueCellItem
[SerializableAttribute] public ref class GridNameValueCellItem : IComparable
/** @attribute SerializableAttribute */ public class GridNameValueCellItem implements IComparable
public class GridNameValueCellItem implements IComparable
GZTW.AyaNova.BLL.GridNameValueCellItem = function(); Type.createClass( 'GZTW.AyaNova.BLL.GridNameValueCellItem', null, IComparable);
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GridNameValueCellItem(Guid, String, RootObjectTypes) | ||
| CompareTo(Object) | ||
| Display | ||
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | (Overrides Object.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RootObjectType | ||
| ToString()()() | (Overrides Object.ToString()()().) | |
| Value |
| Object | |
| GridNameValueCellItem | |