C# Class UserExamle.Data.By

ファイルを表示 Open project: softservedata/PMP412016

Public Methods

Method Description
getById ( string id ) : By
getByName ( string name ) : By

Private Methods

Method Description
By ( string field ) : System

Method Details

getById() public static method

public static getById ( string id ) : By
id string
return By

getByName() public static method

public static getByName ( string name ) : By
name string
return By