Class GenericNumberFormatProfile
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
Class holding a parsed NumberFormatProfile.
public class GenericNumberFormatProfile
- Inheritance
-
GenericNumberFormatProfile
Constructors
GenericNumberFormatProfile()
standard contructor
public GenericNumberFormatProfile()
Fields
m_profile
protected NumberFormatProfile m_profile
Field Value
- NumberFormatProfile
Properties
InboundReplacements
Gets the collection of inbound replacements.
public NumberRelpacementCollection InboundReplacements { get; }
Property Value
Name
Gets the Name of the Profile
public string Name { get; }
Property Value
OutboundReplacements
Gets the collection of outbound replacements.
public NumberRelpacementCollection OutboundReplacements { get; }
Property Value
ProfileID
Gets the id of the profile.
public string ProfileID { get; }
Property Value
Methods
Filter(string, string)
public GenericNumberFormatProfile Filter(string CountryCode, string AreaCode)