System.Notification.SIPConfigurationSourceΡύθμιση παραμέτρων ειδοποιήσεων μέσω άμεσων μηνυμάτων

System.Notification.SIPConfigurationSource (ClassType)

Ρύθμιση παραμέτρων ειδοποιήσεων για το κανάλι άμεσων μηνυμάτων (SIP)

Element properties:

Base ClassSystem.Notification.ConfigurationSource
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc6d9a0e6-8997-9958-82ba-23d358dfd198

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Εμφανιζόμενο όνομα Εμφανιζόμενο όνομα του αντικειμένου. false 4000      False 
System.Notification.ConfigurationSource:
IsEnabled  bool  Είναι ενεργοποιημένη Είναι ενεργοποιημένη false 256       
System.Notification.SIPConfigurationSource:
Name  string  Όνομα Όνομα true 256      False 
Server  string  Διακομιστής Διακομιστής false 256      False 
PortNumber  int  Αριθμός θύρας Αριθμός θύρας false 256  65535   
Authentication  string  Έλεγχος ταυτότητας Έλεγχος ταυτότητας false 256      False 
Protocol  string  Πρωτόκολλο Πρωτόκολλο false 256      False 

Health Model:

Source Code:

<ClassType ID="System.Notification.SIPConfigurationSource" Accessibility="Public" Base="System.Notification.ConfigurationSource" Hosted="false" Abstract="false">
<Property ID="Name" Type="string" Required="true" Key="true"/>
<Property ID="Server" Type="string" Required="true"/>
<Property ID="PortNumber" Type="int" MinValue="1" MaxValue="65535" Required="true"/>
<Property ID="Authentication" Type="string" Required="true"/>
<Property ID="Protocol" Type="string" Required="true"/>
</ClassType>