C# Class Rock.Client.ConnectionTypeEntity

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

Copies the base properties from a source ConnectionType object

Method Details

CopyPropertiesFrom() public méthode

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