Interface IWMOwnableResource
Resources that can be owned by a principal (WMUser, WMOrganization) must implement this interface.
Namespace: Quantellia.WMServer.Auth.Model.UserAccess
Assembly: WMServer.dll
Syntax
public interface IWMOwnableResource : IWMResource
Properties
OwnerID
Owner of this object
Declaration
string OwnerID { get; set; }
Property Value
Type | Description |
---|---|
string |
OwnerType
The type of the principal of this object.
Declaration
string OwnerType { get; set; }
Property Value
Type | Description |
---|---|
string |