C# 클래스 GuiCompare.CompMember

상속: CompNamed, ICompAttributeContainer
파일 보기 프로젝트 열기: remobjects/mono-tools

공개 메소드들

메소드 설명
CompMember ( string name, CompType type ) : System
GetAttributes ( ) : List
GetMemberAccess ( ) : string
GetMemberType ( ) : string

메소드 상세

CompMember() 공개 메소드

public CompMember ( string name, CompType type ) : System
name string
type CompType
리턴 System

GetAttributes() 공개 추상적인 메소드

public abstract GetAttributes ( ) : List
리턴 List

GetMemberAccess() 공개 추상적인 메소드

public abstract GetMemberAccess ( ) : string
리턴 string

GetMemberType() 공개 추상적인 메소드

public abstract GetMemberType ( ) : string
리턴 string