Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Rock
Client
AuditEntity
C# Class Rock.Client.AuditEntity
Base client model for Audit that only includes the non-virtual fields. Use this for PUT/POSTs
Mostra file
Open project: NewSpring/Rock
Public Methods
Method
Description
CopyPropertiesFrom
(
Audit
source
) :
void
Copies the base properties from a source Audit object
Method Details
CopyPropertiesFrom()
public
method
Copies the base properties from a source Audit object
public
CopyPropertiesFrom
(
Audit
source
) :
void
source
Audit
The source.
return
void