Class DataFieldNameCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
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
Insert(Int32, String)
Declaration
public override void Insert(int index, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.String | name |
Overrides
ValidateName(String)
Declaration
protected override bool ValidateName(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable