Property | Type | Description | |
---|---|---|---|
OnBusinessNameChanged | void | ||
OnBusinessNameChanging | void | ||
OnCountryChanged | void | ||
OnCountryChanging | void | ||
OnCreated | void | ||
OnExternalUserChanged | void | ||
OnExternalUserChanging | void | ||
OnIntegrationIdChanged | void | ||
OnIntegrationIdChanging | void | ||
OnIntegrationLabelChanged | void | ||
OnIntegrationLabelChanging | void | ||
OnLoaded | void | ||
OnLocationIdChanged | void | ||
OnLocationIdChanging | void | ||
OnValidate | void | ||
OnVisitorClassificationChanged | void | ||
OnVisitorClassificationChanging | void | ||
attach_NotificationSubscriptions | void | ||
attach_Visits | void | ||
detach_NotificationSubscriptions | void | ||
detach_Visits | void |
Method | Description | |
---|---|---|
Location ( ) : System.Data.Linq |
Method | Description | |
---|---|---|
SendPropertyChanged ( String propertyName ) : void | ||
SendPropertyChanging ( ) : void |
Method | Description | |
---|---|---|
OnBusinessNameChanged ( ) : void | ||
OnBusinessNameChanging ( string value ) : void | ||
OnCountryChanged ( ) : void | ||
OnCountryChanging ( string value ) : void | ||
OnCreated ( ) : void | ||
OnExternalUserChanged ( ) : void | ||
OnExternalUserChanging ( string value ) : void | ||
OnIntegrationIdChanged ( ) : void | ||
OnIntegrationIdChanging ( System |
||
OnIntegrationLabelChanged ( ) : void | ||
OnIntegrationLabelChanging ( string value ) : void | ||
OnLoaded ( ) : void | ||
OnLocationIdChanged ( ) : void | ||
OnLocationIdChanging ( System value ) : void | ||
OnValidate ( System action ) : void | ||
OnVisitorClassificationChanged ( ) : void | ||
OnVisitorClassificationChanging ( int value ) : void | ||
attach_NotificationSubscriptions ( NotificationSubscription entity ) : void | ||
attach_Visits ( Visit entity ) : void | ||
detach_NotificationSubscriptions ( NotificationSubscription entity ) : void | ||
detach_Visits ( Visit entity ) : void |
protected SendPropertyChanged ( String propertyName ) : void | ||
propertyName | String | |
return | void |