Class MatchingNumberOwnerRequest
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
A single MatchingNumberOwnerRequest
public class MatchingNumberOwnerRequest
- Inheritance
-
MatchingNumberOwnerRequest
Constructors
MatchingNumberOwnerRequest()
Standard Constructor
public MatchingNumberOwnerRequest()
Properties
CallingPartyID
The Id of the CallingParty (UserID or PortID)
public int CallingPartyID { get; set; }
Property Value
CallingPartyType
The Type of the CallingParty
public CallingPartyType CallingPartyType { get; set; }
Property Value
IncludeInternalNumbers
true if the number should be searched in the list of internal numbers
public bool IncludeInternalNumbers { get; set; }
Property Value
IncludePublicNumbers
true if the number should be searched in the list of public numbers
public bool IncludePublicNumbers { get; set; }
Property Value
IsNumberConfiguredOnTrunk
Returns if the number is defined on one or mor trunks.
public bool IsNumberConfiguredOnTrunk { get; }
Property Value
Number
The number (starting fragment)
public string Number { get; set; }
Property Value
NumberOwnerListPrimaryCollection
Returns one list of matching users with additional informations. The list will contain no user, one user or all users of one group.
public NumberOwnerListPrimaryCollection NumberOwnerListPrimaryCollection { get; }
Property Value
PossibleHits
Returns the count of possible hits.
public int PossibleHits { get; }