Show / Hide Table of Contents

Class DataFieldNameCollection

Inheritance
System.Object
ValidatedNameCollection
DataFieldNameCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
ValidatedNameCollection.SetList(String)
ValidatedNameCollection.Remove(String)
ValidatedNameCollection.RemoveAt(Int32)
ValidatedNameCollection.Contains(String)
ValidatedNameCollection.Clear()
ValidatedNameCollection.IndexOf(String)
ValidatedNameCollection.Add(String)
ValidatedNameCollection.CopyTo(String[], Int32)
ValidatedNameCollection.ToString()
ValidatedNameCollection.IList.get_Item(Int32)
ValidatedNameCollection.IList.set_Item(Int32, Object)
ValidatedNameCollection.IList.Insert(Int32, Object)
ValidatedNameCollection.IList.Remove(Object)
ValidatedNameCollection.IList.Contains(Object)
ValidatedNameCollection.IList.IndexOf(Object)
ValidatedNameCollection.IList.Add(Object)
ValidatedNameCollection.ICollection.CopyTo(Array, Int32)
ValidatedNameCollection.GetEnumerator()
ValidatedNameCollection.Item[Int32]
ValidatedNameCollection.InnerNames
ValidatedNameCollection.IsReadOnly
ValidatedNameCollection.IsFixedSize
ValidatedNameCollection.IList.Item[Int32]
ValidatedNameCollection.IsSynchronized
ValidatedNameCollection.Count
ValidatedNameCollection.SyncRoot
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation
Assembly: fcSDK.dll
Syntax
public class DataFieldNameCollection : ValidatedNameCollection, IList, ICollection, IEnumerable

Methods

AddRange(String[])

Declaration
public override int[] AddRange(params string[] addNames)
Parameters
Type Name Description
System.String[] addNames
Returns
Type Description
System.Int32[]
Overrides
ValidatedNameCollection.AddRange(String[])

Insert(Int32, String)

Declaration
public override void Insert(int index, string name)
Parameters
Type Name Description
System.Int32 index
System.String name
Overrides
ValidatedNameCollection.Insert(Int32, String)

ValidateName(String)

Declaration
protected override bool ValidateName(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
System.Boolean
Overrides
ValidatedNameCollection.ValidateName(String)

Implements

System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.