LightSwitch HTML Edition
C1OlapFieldList Class
Members 






Represents a list of C1OlapField objects.
Object Model
C1OlapFieldList Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class C1OlapFieldList 
   Inherits System.ComponentModel.BindingList(Of C1OlapField)
'Usage
 
Dim instance As C1OlapFieldList
[System.Reflection.DefaultMember("Item")]
public class C1OlapFieldList : System.ComponentModel.BindingList<C1OlapField> 
public class C1OlapFieldList = class(System.ComponentModel.BindingList)
System.Reflection.DefaultMemberAttribute("Item")
public class C1OlapFieldList extends System.ComponentModel.BindingList
[System.Reflection.DefaultMember("Item")]
public __gc class C1OlapFieldList : public System.ComponentModel.BindingList<C1OlapField> 
[System.Reflection.DefaultMember("Item")]
public ref class C1OlapFieldList : public System.ComponentModel.BindingList<C1OlapField> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         C1.Olap.C1OlapFieldList

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapFieldList Members
C1.Olap Namespace

Send Feedback