Class GroupEntry
- Namespace
- SWConfigDataClientLib.Proxies.Groups
- Assembly
- IpPbxCDSClientLib.dll
GroupEntry represents is the class for the primary configuration item Group. The class contains properties for each item attribute.
public class GroupEntry : GroupEntryBase
- Inheritance
-
GroupEntry
- Inherited Members
Constructors
GroupEntry()
standard constructor
public GroupEntry()
Properties
RemoteInquiryPin
public string RemoteInquiryPin { set; }
Property Value
Methods
GetSignalRelations()
retrieves the users signal relations
public SignalRelationEntryCollection GetSignalRelations()
Returns
- SignalRelationEntryCollection
Collection of SignalRelations
Remarks
This is a remote method.
Exceptions
- UserDbException
On database failure
SetSignalRelations(SignalRelationEntryCollection)
Sets signal relations. This function writes the data straight into the database. There's no need to call Update(true).
public void SetSignalRelations(SignalRelationEntryCollection signalRelations)
Parameters
signalRelations
SignalRelationEntryCollectionList of Signal Relations for this User
Remarks
This is a remote method.
Exceptions
- UserDbException
On database failure