C# 클래스 Machete.Domain.Record

상속: ICloneable
파일 보기 프로젝트 열기: SavageLearning/Machete

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : object
Record ( ) : System
createdby ( string user ) : void
updatedby ( string user ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Record() 공개 메소드

public Record ( ) : System
리턴 System

createdby() 공개 메소드

public createdby ( string user ) : void
user string
리턴 void

updatedby() 공개 메소드

public updatedby ( string user ) : void
user string
리턴 void