The IDeviceBundle type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddDevice |
Adds a new device to this bundle.
|
|
Clear |
Clears all devices from this bundle.
|
|
Devices |
Retrieves the collection of devices included in this bundle, in a paginated format.
|
|
DevicesCount |
Gets count of all devices in this bundle.
|
|
RemoveDevice |
Removes a device from bundle.
|
|
SetRepresentativeDevice |
Sets representative device of the bundle.
|
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) |
|
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity.) |
See Also