Click or drag to resize

ModelExtensions Class

Model-related extension methods.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsModelExtensions

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class ModelExtensions

The ModelExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFolderId
Gets the folder ID without unneccessarily retrieving the full folder information.
Public methodStatic memberGetRepository
Gets the corresponding repository for an object.
Public methodStatic memberIsConnected(IObject, IRelType, RelDirection)
Detects whether an object is connected by at least one relationship of a specific type.
Public methodStatic memberIsConnected(IObject, String, RelDirection)
Detects whether an object is connected by at least one relationship of a specific type.
Top
See Also