C# Class Machete.Domain.Record

Inheritance: ICloneable
Afficher le fichier Open project: SavageLearning/Machete

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : object
Record ( ) : System
createdby ( string user ) : void
updatedby ( string user ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Record() public méthode

public Record ( ) : System
Résultat System

createdby() public méthode

public createdby ( string user ) : void
user string
Résultat void

updatedby() public méthode

public updatedby ( string user ) : void
user string
Résultat void