AyaNova business object library 4.0.1
GenericNVList Class
NamespacesGZTW.AyaNova.BLLGenericNVList
Generic name / value list
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
[SerializableAttribute]
public class GenericNVList : NameValueList
<SerializableAttribute> _
Public Class GenericNVList _
	Inherits NameValueList
Dim instance As GenericNVList
[SerializableAttribute]
public ref class GenericNVList : public NameValueList
/** @attribute SerializableAttribute */ 
public class GenericNVList extends NameValueList
public class GenericNVList extends NameValueList
GZTW.AyaNova.BLL.GenericNVList = function();

Type.createClass(
	'GZTW.AyaNova.BLL.GenericNVList',
	CSLA.NameValueList);
Members
All MembersMethodsProperties



IconMemberDescription
Add(String, String) (Inherited from NameValueList.)
BaseAdd(String, Object)
Adds an entry with the specified key and value into the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseClear()()()
Removes all entries from the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseGet(String)
Gets the value of the first entry with the specified key from the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseGet(Int32)
Gets the value of the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseGetAllKeys()()()
Returns a String array that contains all the keys in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseGetAllValues()()()
Returns an Object array that contains all the values in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseGetAllValues(Type)
Returns an array of the specified type that contains all the values in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseGetKey(Int32)
Gets the key of the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseHasKeys()()()
Gets a value indicating whether the NameObjectCollectionBase instance contains entries whose keys are not null.
(Inherited from NameObjectCollectionBase.)
BaseRemove(String)
Removes the entries with the specified key from the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseRemoveAt(Int32)
Removes the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseSet(String, Object)
Sets the value of the first entry with the specified key in the NameObjectCollectionBase instance, if found; otherwise, adds an entry with the specified key and value into the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BaseSet(Int32, Object)
Sets the value of the entry at the specified index of the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
BindableList()()() (Inherited from NameValueList.)
Clone()()() (Inherited from NameValueList.)
Count
Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
DataPortal_Fetch(Object)
Fetch name value list
(Overrides NameValueList.DataPortal_Fetch(Object).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from 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.)
GetEnumerator()()()
Returns an enumerator that iterates through the NameObjectCollectionBase.
(Inherited from NameObjectCollectionBase.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetList(String, String, String, Boolean, Boolean)
Get GenericNVList object Retrieves a name value list from db

GetObjectData(SerializationInfo, StreamingContext)
Implements the ISerializable interface and returns the data needed to serialize the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsReadOnly
Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.
(Inherited from NameObjectCollectionBase.)
Item(Int32) (Inherited from NameValueList.)
Item(String) (Inherited from NameValueList.)
Key(String) (Inherited from NameValueList.)
Keys
Gets a NameObjectCollectionBase..::.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnDeserialization(Object)
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from NameObjectCollectionBase.)
SimpleFetch(GZTWDatabase, String, String, String) (Inherited from NameValueList.)
SimpleFetchG(GZTWDatabase, String, String, String) (Inherited from NameValueList.)
SimpleFetchGActiveOnly(GZTWDatabase, String, String, String) (Inherited from NameValueList.)
SQLFetch(GZTWDatabase, String) (Inherited from NameValueList.)
SQLFetchG(GZTWDatabase, String) (Inherited from NameValueList.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NameObjectCollectionBase
 NameValueList
  GenericNVList

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)