C# Class gov.va.medora.mdws.dto.sm.FolderTO

Inheritance: BaseSmTO
Exibir arquivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
isSystemFolder bool
name string

Public Methods

Method Description
FolderTO ( ) : System
FolderTO ( mdo folder ) : System

Method Details

FolderTO() public method

public FolderTO ( ) : System
return System

FolderTO() public method

public FolderTO ( mdo folder ) : System
folder mdo
return System

Property Details

isSystemFolder public_oe property

public bool isSystemFolder
return bool

name public_oe property

public string name
return string