C# Class YALV.Core.Domain.FileItem

Inheritance: BindableObject
Exibir arquivo Open project: LukePet/YALV Class Usage Examples

Public Properties

Property Type Description
PROP_Checked string
PROP_FileName string
PROP_Path string

Public Methods

Method Description
FileItem ( string _fileName, string _path ) : System

Method Details

FileItem() public method

public FileItem ( string _fileName, string _path ) : System
_fileName string
_path string
return System

Property Details

PROP_Checked public_oe static_oe property

public static string PROP_Checked
return string

PROP_FileName public_oe static_oe property

public static string PROP_FileName
return string

PROP_Path public_oe static_oe property

public static string PROP_Path
return string