Home
last modified time | relevance | path

Searched refs:IListSource (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectResult.cs21 public abstract class ObjectResult : IEnumerable, IDisposable, IListSource
38 bool IListSource.ContainsListCollection
55 IList IListSource.GetList() in IListSource.GetList()
H A DObjectQuery.cs26 public abstract class ObjectQuery : IEnumerable, IQueryable, IOrderedQueryable, IListSource
144 bool IListSource.ContainsListCollection
244 IList IListSource.GetList() in IListSource.GetList()
H A DObjectQuery_TResultType.cs28 …lass ObjectQuery<T> : ObjectQuery, IEnumerable<T>, IQueryable<T>, IOrderedQueryable<T>, IListSource
101 return ((IListSource)this.GetResults(null)).GetList(); in GetIListSourceListInternal()
H A DDataRecordObjectView.cs76 typeof(IListSource).IsAssignableFrom(type)) in GetTypedIndexer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DDataSourceControl.cs37 public abstract class DataSourceControl : Control, IDataSource, IListSource {
239 #region Implementation of IListSource
242 bool IListSource.ContainsListCollection {
253 IList IListSource.GetList() { in IListSource.GetList()
H A DDataSourceHelper.cs24 IListSource listSource = dataSource as IListSource; in GetResolvedDataSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DDataSourceControl.cs43 public abstract class DataSourceControl : Control, IDataSource, System.ComponentModel.IListSource {
92 IList System.ComponentModel.IListSource.GetList () in System.ComponentModel.IListSource.GetList()
142 bool System.ComponentModel.IListSource.ContainsListCollection {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/System.Data.Linq/
H A DEntitySet.cs39 …ist<TEntity>, ICollection<TEntity>, IEnumerable<TEntity>, IEnumerable, IListSource where TEntity :…
120 IList IListSource.GetList () in IListSource.GetList()
186 bool IListSource.ContainsListCollection {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/
H A DDataQuery.cs15 …IOrderedQueryable<T>, IQueryProvider, IEnumerable<T>, IOrderedQueryable, IEnumerable, IListSource {
74 bool IListSource.ContainsListCollection {
78 IList IListSource.GetList() { in IListSource.GetList()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Util/
H A DDataSourceResolver.cs51 IListSource ls = o as IListSource; in ResolveDataSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DSiteMapDataSource.cs27 public class SiteMapDataSource : HierarchicalDataSourceControl, IDataSource, IListSource {
405 #region Implementation of IListSource
408 bool IListSource.ContainsListCollection {
419 IList IListSource.GetList() { in IListSource.GetList()
H A DXmlDataSource.cs43 public class XmlDataSource : HierarchicalDataSourceControl, IDataSource, IListSource {
708 #region Implementation of IListSource
710 bool IListSource.ContainsListCollection {
721 IList IListSource.GetList() { in IListSource.GetList()
H A DReadOnlyDataSource.cs31 …ataSource is IEnumerable || dataSource is IDataSource || dataSource is IListSource), "Expected dat… in ReadOnlyDataSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DDataSourceHelper.cs40 IListSource listSource = dataSource as IListSource; in GetResolvedDataSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DSiteMapDataSource.cs46 public class SiteMapDataSource : HierarchicalDataSourceControl, IDataSource, IListSource
57 IList IListSource.GetList () { in IListSource.GetList()
61 bool IListSource.ContainsListCollection {
H A DXmlDataSource.cs58 public class XmlDataSource : HierarchicalDataSourceControl, IDataSource, IListSource {
247 IList IListSource.GetList () in IListSource.GetList()
252 bool IListSource.ContainsListCollection {
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Interfaces/
H A DIListManager.cs35 public interface IListSource : IDisposable interface
47 public interface IListManager : IListSource
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/
H A DTable.cs61 IListSource,
329 bool IListSource.ContainsListCollection
334 IList IListSource.GetList() in IListSource.GetList()
H A DEntitySet.cs44 …ection, ICollection<TEntity>, IEnumerable, IEnumerable<TEntity>, IList, IList<TEntity>, IListSource
206 bool IListSource.ContainsListCollection
211 IList IListSource.GetList() in IListSource.GetList()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DListBindingHelper.cs40 if (list is IListSource) in GetList()
41 return ((IListSource) list).GetList (); in GetList()
H A DCurrencyManager.cs100 if (data_source is IListSource) in SetDataSource()
101 data_source = ((IListSource)data_source).GetList(); in SetDataSource()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DIListSource.cs13 public interface IListSource interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DIListSource.cs21 public interface IListSource { interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DEntityCollection.cs30 public sealed class EntityCollection<TEntity> : RelatedEnd, ICollection<TEntity>, IListSource
151 bool IListSource.ContainsListCollection
188 IList IListSource.GetList() in IListSource.GetList()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design/
H A DDesignTimeData.cs74 public static IEnumerable GetDataMember (IListSource dataSource, string dataMember) in GetDataMember()

1234567