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. |