C# Class SIPSorcery.Entities.SIPAccount

Datei anzeigen Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
TimeZoneOffsetMinutes int

Private Properties

Property Type Description
OnAccountCodeChanged void
OnAccountCodeChanging void
OnAdminDisabledReasonChanged void
OnAdminDisabledReasonChanging void
OnAdminMemberIDChanged void
OnAdminMemberIDChanging void
OnAvatarURLChanged void
OnAvatarURLChanging void
OnDescriptionChanged void
OnDescriptionChanging void
OnDontMangleEnabledChanged void
OnDontMangleEnabledChanging void
OnIDChanged void
OnIDChanging void
OnIPAddressACLChanged void
OnIPAddressACLChanging void
OnInDialPlanNameChanged void
OnInDialPlanNameChanging void
OnInsertedChanged void
OnInsertedChanging void
OnIsAdminDisabledChanged void
OnIsAdminDisabledChanging void
OnIsIncomingOnlyChanged void
OnIsIncomingOnlyChanging void
OnIsSwitchboardEnabledChanged void
OnIsSwitchboardEnabledChanging void
OnIsUserDisabledChanged void
OnIsUserDisabledChanging void
OnNetworkIDChanged void
OnNetworkIDChanging void
OnOutDialPlanNameChanged void
OnOutDialPlanNameChanging void
OnOwnerChanged void
OnOwnerChanging void
OnSIPDomainChanged void
OnSIPDomainChanging void
OnSIPPasswordChanged void
OnSIPPasswordChanging void
OnSIPUsernameChanged void
OnSIPUsernameChanging void
OnSendNATKeepAlivesChanged void
OnSendNATKeepAlivesChanging void

Public Methods

Method Description
Clean ( SIPAccount sipAccount ) : void
Create ( string owner, string domain, string username, string password, string outDialPlanName ) : SIPAccount
CreateSIPAccount ( global dontMangleEnabled, global id, global inserted, global isAdminDisabled, global isIncomingOnly, global isSwitchboardEnabled, global isUserDisabled, global owner, global sendNATKeepAlives, global sIPDomain, global sIPPassword, global sIPUsername ) : SIPAccount

Create a new SIPAccount object.

Validate ( SIPAccount sipAccount ) : string

Private Methods

Method Description
OnAccountCodeChanged ( ) : void
OnAccountCodeChanging ( global value ) : void
OnAdminDisabledReasonChanged ( ) : void
OnAdminDisabledReasonChanging ( global value ) : void
OnAdminMemberIDChanged ( ) : void
OnAdminMemberIDChanging ( global value ) : void
OnAvatarURLChanged ( ) : void
OnAvatarURLChanging ( global value ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnDontMangleEnabledChanged ( ) : void
OnDontMangleEnabledChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnIPAddressACLChanged ( ) : void
OnIPAddressACLChanging ( global value ) : void
OnInDialPlanNameChanged ( ) : void
OnInDialPlanNameChanging ( global value ) : void
OnInsertedChanged ( ) : void
OnInsertedChanging ( global value ) : void
OnIsAdminDisabledChanged ( ) : void
OnIsAdminDisabledChanging ( global value ) : void
OnIsIncomingOnlyChanged ( ) : void
OnIsIncomingOnlyChanging ( global value ) : void
OnIsSwitchboardEnabledChanged ( ) : void
OnIsSwitchboardEnabledChanging ( global value ) : void
OnIsUserDisabledChanged ( ) : void
OnIsUserDisabledChanging ( global value ) : void
OnNetworkIDChanged ( ) : void
OnNetworkIDChanging ( global value ) : void
OnOutDialPlanNameChanged ( ) : void
OnOutDialPlanNameChanging ( global value ) : void
OnOwnerChanged ( ) : void
OnOwnerChanging ( global value ) : void
OnSIPDomainChanged ( ) : void
OnSIPDomainChanging ( global value ) : void
OnSIPPasswordChanged ( ) : void
OnSIPPasswordChanging ( global value ) : void
OnSIPUsernameChanged ( ) : void
OnSIPUsernameChanging ( global value ) : void
OnSendNATKeepAlivesChanged ( ) : void
OnSendNATKeepAlivesChanging ( global value ) : void

Method Details

Clean() public static method

public static Clean ( SIPAccount sipAccount ) : void
sipAccount SIPAccount
return void

Create() public static method

public static Create ( string owner, string domain, string username, string password, string outDialPlanName ) : SIPAccount
owner string
domain string
username string
password string
outDialPlanName string
return SIPAccount

CreateSIPAccount() public static method

Create a new SIPAccount object.
public static CreateSIPAccount ( global dontMangleEnabled, global id, global inserted, global isAdminDisabled, global isIncomingOnly, global isSwitchboardEnabled, global isUserDisabled, global owner, global sendNATKeepAlives, global sIPDomain, global sIPPassword, global sIPUsername ) : SIPAccount
dontMangleEnabled global Initial value of the DontMangleEnabled property.
id global Initial value of the ID property.
inserted global Initial value of the Inserted property.
isAdminDisabled global Initial value of the IsAdminDisabled property.
isIncomingOnly global Initial value of the IsIncomingOnly property.
isSwitchboardEnabled global Initial value of the IsSwitchboardEnabled property.
isUserDisabled global Initial value of the IsUserDisabled property.
owner global Initial value of the Owner property.
sendNATKeepAlives global Initial value of the SendNATKeepAlives property.
sIPDomain global Initial value of the SIPDomain property.
sIPPassword global Initial value of the SIPPassword property.
sIPUsername global Initial value of the SIPUsername property.
return SIPAccount

Validate() public static method

public static Validate ( SIPAccount sipAccount ) : string
sipAccount SIPAccount
return string

Property Details

TimeZoneOffsetMinutes public_oe static_oe property

public static int TimeZoneOffsetMinutes
return int