C# 클래스 VelocityDbSchema.Tracker.Attachment

상속: OptimizedPersistable
파일 보기 프로젝트 열기: VelocityDB/VelocityDB 1 사용 예제들

공개 메소드들

메소드 설명
Attachment ( string filePath, string fileName, string note, byte content, string contentType, Issue issue ) : System
CompareTo ( object obj ) : int
ToString ( ) : string

메소드 상세

Attachment() 공개 메소드

public Attachment ( string filePath, string fileName, string note, byte content, string contentType, Issue issue ) : System
filePath string
fileName string
note string
content byte
contentType string
issue Issue
리턴 System

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string