C# Class BookManagement.Models.CustomProperties

Datei anzeigen Open project: hiepbh/Assignment Class Usage Examples

Public Methods

Method Description
GetProperty ( string p ) : string
WriteProperty ( string name, string value ) : bool

Method Details

GetProperty() public static method

public static GetProperty ( string p ) : string
p string
return string

WriteProperty() public static method

public static WriteProperty ( string name, string value ) : bool
name string
value string
return bool