C# Class JDI_Web.Attributes.SiteAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: epam/JDI Class Usage Examples

Public Methods

Method Description
Get ( FieldInfo field ) : SiteAttribute
Get ( Type type ) : SiteAttribute
Get ( object obj ) : SiteAttribute
SiteAttribute ( ) : System

Method Details

Get() public static method

public static Get ( FieldInfo field ) : SiteAttribute
field System.Reflection.FieldInfo
return SiteAttribute

Get() public static method

public static Get ( Type type ) : SiteAttribute
type System.Type
return SiteAttribute

Get() public static method

public static Get ( object obj ) : SiteAttribute
obj object
return SiteAttribute

SiteAttribute() public method

public SiteAttribute ( ) : System
return System