Show / Hide Table of Contents

Interface IModels

Represents a set of models.

Inherited Members
System.Collections.Generic.IReadOnlyCollection<DevZest.Data.Model>.Count
System.Collections.Generic.IEnumerable<DevZest.Data.Model>.GetEnumerator()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IModels : IReadOnlyCollection<Model>, IEnumerable<Model>, IEnumerable

Properties

Name Description
IsSealed

Gets a value indicates whether this set is sealed.

Methods

Name Description
Add(Model)

Adds the specified Model into this set.

Clear()

Removes all the Models from this set.

Contains(Model)

Determines whether this set contains a specified Model.

Remove(Model)

Removes the specified Model from this set.

Seal()

Ensures this set is sealed.

Extension Methods

Models.Except(IModels, IModels)
Models.Intersect(IModels, IModels)
Models.ContainsAny(IModels, IModels)
Models.IsProperSubsetOf(IModels, IModels)
Models.IsProperSupersetOf(IModels, IModels)
Models.IsSubsetOf(IModels, IModels)
Models.IsSupersetOf(IModels, IModels)
Models.Overlaps(IModels, IModels)
Models.SetEquals(IModels, IModels)
Models.SymmetricExcept(IModels, IModels)
Models.Union(IModels, IModels)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest