C# Class Rock.Client.InteractionSessionEntity

Base client model for InteractionSession that only includes the non-virtual fields. Use this for PUT/POSTs
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( InteractionSession source ) : void

Copies the base properties from a source InteractionSession object

Method Details

CopyPropertiesFrom() public méthode

Copies the base properties from a source InteractionSession object
public CopyPropertiesFrom ( InteractionSession source ) : void
source InteractionSession The source.
Résultat void