C# Class Dynamo.ViewModels.TermsOfUseHelper

A helper class to check asynchronously whether the Terms of Use has been accepted, and if so, continue to execute the provided Action.
Afficher le fichier Open project: DynamoDS/Dynamo Class Usage Examples

Méthodes publiques

Méthode Description
TermsOfUseHelper ( TermsOfUseHelperParams touParams ) : System

Private Methods

Méthode Description
Execute ( ) : void
Execute ( bool preventReentrant ) : void
ShowTermsOfUseDialog ( bool forPublishing, string additionalTerms ) : bool
ShowTermsOfUseForPublishing ( ) : void

Method Details

TermsOfUseHelper() public méthode

public TermsOfUseHelper ( TermsOfUseHelperParams touParams ) : System
touParams TermsOfUseHelperParams
Résultat System