[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Path.IPathManager"]
Namespace: Netadmin.Management.PathAssembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic interface IPathManager : IManager<IPath>,
ICruddableBatch<IPath>, ICreateableBatch<IPath>, IDetailsableBatch<IPath>,
IUpdateableBatch<IPath>, IDeletableBatch<IPath>, IFilterable<IPath, IPathFilter>
Public Interface IPathManager
Inherits IManager(Of IPath), ICruddableBatch(Of IPath),
ICreateableBatch(Of IPath), IDetailsableBatch(Of IPath), IUpdateableBatch(Of IPath),
IDeletableBatch(Of IPath), IFilterable(Of IPath, IPathFilter)
The IPathManager type exposes the following members.
Methods
| Name | Description |
---|
 | IEnumerableT | Create(IEnumerableT) |
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.) |
 |
void
| Delete(IEnumerableInt64) |
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.) |
 | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
 | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
 | String | OutPutTypePhrase(OutputType, Int32) | |
 | String | OutPutTypePhrase(Int64, Int32) | |
 | Object | Resolve(Int64, Int64, Int64, Boolean, Boolean, OutputType) | |
 | Object | ResolveKeyValue(Int64, Int64, Int64) | |
 | Object | ResolveReverse(Int64, Object, Int64) | |
 | String | ResolveXML(Int64, Int64, Int64, Boolean) | |
 | DataTable | SearchPaths(ArrayList, Int64, Int64, Boolean, Boolean) | |
 |
void
| SetPath(Int64, Int64, Object, Int64) | |
 |
void
| Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
 | IEnumerableT, T: PathUse | UsedBy(Int64) | |
Top
Extension Methods
See Also