C# Class SIPSorcery.Entities.Rate

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: sipsorcery/sipsorcery Class Usage Examples

Private Properties

Property Type Description
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnIncrementSecondsChanged void
OnIncrementSecondsChanging void
OnInsertedChanged void
OnInsertedChanging void
OnOwnerChanged void
OnOwnerChanging void
OnPrefixChanged void
OnPrefixChanging void
OnRate1Changed void
OnRate1Changing void
OnRateCodeChanged void
OnRateCodeChanging void
OnRatePlanChanged void
OnRatePlanChanging void
OnSetupCostChanged void
OnSetupCostChanging void

Public Methods

Method Description
CreateRate ( global id, global owner, global description, global prefix, global rate1, global inserted, global setupCost, global incrementSeconds, global ratePlan ) : Rate

Create a new Rate object.

Private Methods

Method Description
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnIncrementSecondsChanged ( ) : void
OnIncrementSecondsChanging ( global value ) : void
OnInsertedChanged ( ) : void
OnInsertedChanging ( global value ) : void
OnOwnerChanged ( ) : void
OnOwnerChanging ( global value ) : void
OnPrefixChanged ( ) : void
OnPrefixChanging ( global value ) : void
OnRate1Changed ( ) : void
OnRate1Changing ( global value ) : void
OnRateCodeChanged ( ) : void
OnRateCodeChanging ( global value ) : void
OnRatePlanChanged ( ) : void
OnRatePlanChanging ( global value ) : void
OnSetupCostChanged ( ) : void
OnSetupCostChanging ( global value ) : void

Method Details

CreateRate() public static method

Create a new Rate object.
public static CreateRate ( global id, global owner, global description, global prefix, global rate1, global inserted, global setupCost, global incrementSeconds, global ratePlan ) : Rate
id global Initial value of the ID property.
owner global Initial value of the Owner property.
description global Initial value of the Description property.
prefix global Initial value of the Prefix property.
rate1 global Initial value of the Rate1 property.
inserted global Initial value of the Inserted property.
setupCost global Initial value of the SetupCost property.
incrementSeconds global Initial value of the IncrementSeconds property.
ratePlan global Initial value of the RatePlan property.
return Rate