C# 클래스 JDI_Web.Attributes.SiteAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: epam/JDI 1 사용 예제들

공개 메소드들

메소드 설명
Get ( FieldInfo field ) : SiteAttribute
Get ( Type type ) : SiteAttribute
Get ( object obj ) : SiteAttribute
SiteAttribute ( ) : System

메소드 상세

Get() 공개 정적인 메소드

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

Get() 공개 정적인 메소드

public static Get ( Type type ) : SiteAttribute
type System.Type
리턴 SiteAttribute

Get() 공개 정적인 메소드

public static Get ( object obj ) : SiteAttribute
obj object
리턴 SiteAttribute

SiteAttribute() 공개 메소드

public SiteAttribute ( ) : System
리턴 System