Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.FileVersionKey Struct Reference
Inheritance diagram for SiliconStudio.BuildEngine.FileVersionKey:
IEquatable< FileVersionKey >

Public Member Functions

 FileVersionKey (string path)
 
bool Equals (FileVersionKey other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (FileVersionKey left, FileVersionKey right)
 
static bool operator!= (FileVersionKey left, FileVersionKey right)
 

Public Attributes

string Path
 
DateTime LastModifiedDate
 
long FileSize
 

Detailed Description

Definition at line 164 of file FileVersionTracker.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.FileVersionKey.FileVersionKey ( string  path)

Definition at line 172 of file FileVersionTracker.cs.

Member Function Documentation

bool SiliconStudio.BuildEngine.FileVersionKey.Equals ( FileVersionKey  other)
override bool SiliconStudio.BuildEngine.FileVersionKey.Equals ( object  obj)

Definition at line 191 of file FileVersionTracker.cs.

override int SiliconStudio.BuildEngine.FileVersionKey.GetHashCode ( )

Definition at line 197 of file FileVersionTracker.cs.

static bool SiliconStudio.BuildEngine.FileVersionKey.operator!= ( FileVersionKey  left,
FileVersionKey  right 
)
static

Definition at line 213 of file FileVersionTracker.cs.

static bool SiliconStudio.BuildEngine.FileVersionKey.operator== ( FileVersionKey  left,
FileVersionKey  right 
)
static

Definition at line 208 of file FileVersionTracker.cs.

Member Data Documentation

long SiliconStudio.BuildEngine.FileVersionKey.FileSize

Definition at line 170 of file FileVersionTracker.cs.

DateTime SiliconStudio.BuildEngine.FileVersionKey.LastModifiedDate
string SiliconStudio.BuildEngine.FileVersionKey.Path

Definition at line 166 of file FileVersionTracker.cs.


The documentation for this struct was generated from the following file: