Abstract base class to be used to implement methods for a business
service layer. This base class provides access to common infrastructure
properties (Repository, IceNetUserName) and authorization check methods.
Inheritance Hierarchy
Namespace: PDTec.IceNet.Sdk.ServiceAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic abstract class IceNetService
The IceNetService type exposes the following members.
Constructors
| Name | Description |
---|
 | IceNetService | Initializes a new instance of the IceNetService class |
Top
Properties
Methods
| Name | Description |
---|
 | CheckAuthorization(String, Int32) | |
 | CheckAuthorization(IFolder, Int32) | |
 | CheckAuthorization(IObject, Int32) | |
 | CheckAuthorization(IPackage, Int32) | |
 | CheckAuthorization(IParty, Int32) | |
 | CheckAuthorization(AuthorizedItemType, String, Int32) | |
 | CheckQualification(IFolder, String) | |
 | CheckQualification(IObject, String) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | HasAuthorization(String, Int32) | |
 | HasAuthorization(IFolder, Int32) | |
 | HasAuthorization(IObject, Int32) | |
 | HasAuthorization(IPackage, Int32) | |
 | HasAuthorization(IParty, Int32) | |
 | HasAuthorization(AuthorizedItemType, String, Int32) | |
 | HasQualification(IFolder, String) | |
 | HasQualification(IObject, String) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
See Also