Click or drag to resize
ICruddableWithCompanyT Interface

[This is preliminary documentation and is subject to change.]

For internal use: Inherits all interfaces for CRUD operations with company

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ICruddableWithCompany<T> : ICreateableWithCompany<T>, 
	IDetailsable<T>, IUpdateable<T>, IDeletable<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Netadmin.Management.Common.Core.ICruddableWithCompany`1"]

The ICruddableWithCompanyT type exposes the following members.

Methods
Implemented by
See Also