C# Class VelocityDbSchema.Tracker.Attachment

Inheritance: OptimizedPersistable
Datei anzeigen Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

Method Description
Attachment ( string filePath, string fileName, string note, byte content, string contentType, Issue issue ) : System
CompareTo ( object obj ) : int
ToString ( ) : string

Method Details

Attachment() public method

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
return System

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

ToString() public method

public ToString ( ) : string
return string