C# Class Rock.Client.PageViewSessionEntity

Base client model for PageViewSession 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 ( PageViewSession source ) : void

Copies the base properties from a source PageViewSession object

Method Details

CopyPropertiesFrom() public méthode

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