Initial project commit
This commit is contained in:
17
PornocopiaVisionMetadataExtractor/Data/ForumPostImage.cs
Normal file
17
PornocopiaVisionMetadataExtractor/Data/ForumPostImage.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PornocopiaVisionMetadataExtractor.Data
|
||||
{
|
||||
class ForumPostImage
|
||||
{
|
||||
public Int32 ImageID { get; set; }
|
||||
public Int32 ForumPostID { get; set; }
|
||||
public Int32 TorrentPostID { get; set; }
|
||||
public String ImageName { get; set; }
|
||||
public String ImageLocation { get; set; }
|
||||
public Int32 IndexerPostID { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user