Show / Hide Table of Contents

Interface ISchemaViewCollection

Inherited Members
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ICollection.Count
System.Collections.ICollection.SyncRoot
System.Collections.ICollection.IsSynchronized
System.Collections.IEnumerable.GetEnumerator()
Namespace: FChoice.Foundation.Schema
Assembly: fcSDK.dll
Syntax
public interface ISchemaViewCollection : ICollection, IEnumerable

Properties

Item[Int32]

Declaration
ISchemaView this[int number] { get; }
Parameters
Type Name Description
System.Int32 number
Property Value
Type Description
ISchemaView

Item[String]

Declaration
ISchemaView this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
ISchemaView

Methods

GetByNumber(Object)

Declaration
ISchemaView GetByNumber(object number)
Parameters
Type Name Description
System.Object number
Returns
Type Description
ISchemaView
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.