C# Class Rock.Client.FinancialTransactionScannedCheckEntity

Special Class to use when uploading a FinancialTransaction from a Scanned Check thru the Rest API
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( FinancialTransactionScannedCheck source ) : void

Copies the base properties from a source FinancialTransactionScannedCheck object

Method Details

CopyPropertiesFrom() public méthode

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