C# Class fsgraph.WPF.GraphModel.FSVertex

Datei anzeigen Open project: piotrosz/FSGraph Class Usage Examples

Public Methods

Method Description
FSVertex ( string name, string fullName, string friendlySize, VertexType vertexType, System.DateTime created, System.DateTime accessed, System.DateTime modified ) : System

Method Details

FSVertex() public method

public FSVertex ( string name, string fullName, string friendlySize, VertexType vertexType, System.DateTime created, System.DateTime accessed, System.DateTime modified ) : System
name string
fullName string
friendlySize string
vertexType VertexType
created System.DateTime
accessed System.DateTime
modified System.DateTime
return System