Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.GridDefinition.ColumnDictionary Class

(not specified)

(not specified)

Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Inheritance

Syntax

public class ColumnDictionary : YetaWF.Core.Serializers.SerializableDictionary<string,ColumnInfo>;

Constructors

PublicColumnDictionaryConstructor.

Properties

PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>ComparerGets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>CountGets the number of key/value pairs contained in the Dictionary<TKey,TValue>.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>ItemGets or sets the value associated with the specified key.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>KeysGets a collection containing the keys in the Dictionary<TKey,TValue>.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>ValuesGets a collection containing the values in the Dictionary<TKey,TValue>.

Methods

PublicInherited from YetaWF.Core.Serializers.SerializableDictionary<String,ColumnInfo>Add(not specified)
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>ClearRemoves all keys and values from the Dictionary<TKey,TValue>.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>ContainsKeyDetermines whether the Dictionary<TKey,TValue> contains the specified key.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>ContainsValueDetermines whether the Dictionary<TKey,TValue> contains a specific value.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>EnsureCapacityEnsures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>GetEnumeratorReturns an enumerator that iterates through the Dictionary<TKey,TValue>.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the Dictionary<TKey,TValue> instance.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>RemoveRemoves the value with the specified key from the Dictionary<TKey,TValue>.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>TrimExcessSets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>TryAddAttempts to add the specified key and value to the dictionary.
PublicInherited from System.Collections.Generic.Dictionary<String,ColumnInfo>TryGetValueGets the value associated with the specified key.

See Also YetaWF.Core Overview