IDataUnpacker.GetModelEntries Method
.NET Standard 2.x
Gets the IEnumerable<IModelEntry<TModel>>
object created by the specified element.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
GetModelEntries([NotNull]this IDataUnpacker packer, [NotNull]string key) | Gets the IEnumerable<IModelEntry<TModel>> object created by the specified element. |
GetModelEntries([NotNull]this IDataUnpacker packer, [NotNull]string key, [NotNull]MappingMethod mappingMethod) | Gets the IEnumerable<IModelEntry<TModel>> object created by the specified element. You can also specify the mapping method for importing data into each IModelEntry<TModel> object. |