C# 클래스 NClass.Core.Field

상속: Member
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
ClearModifiers ( ) : void
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string

보호된 메소드들

메소드 설명
Clone ( CompositeType newParent ) : Field
CopyFrom ( Member member ) : void
Field ( string name, CompositeType parent ) : System

메소드 상세

ClearModifiers() 공개 메소드

public ClearModifiers ( ) : void
리턴 void

Clone() 보호된 추상적인 메소드

protected abstract Clone ( CompositeType newParent ) : Field
newParent CompositeType
리턴 Field

CopyFrom() 보호된 메소드

protected CopyFrom ( Member member ) : void
member Member
리턴 void

Field() 보호된 메소드

/// The does not fit to the syntax. /// /// The language of does not equal. /// /// is null. ///
protected Field ( string name, CompositeType parent ) : System
name string
parent CompositeType
리턴 System

GetUmlDescription() 공개 최종 메소드

public final GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string
getType bool
getParameters bool
getParameterNames bool
getInitValue bool
리턴 string