C# Class Rock.Client.PageViewUserAgentEntity

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

Copies the base properties from a source PageViewUserAgent object

Method Details

CopyPropertiesFrom() public méthode

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