C# 클래스 openABAP.Runtime.BuildinType

상속: TypeDescr
파일 보기 프로젝트 열기: bi-tm/openABAP

공개 메소드들

메소드 설명
BuildinType ( InternalType intType = InternalType.c, int len ) : System
getDefaultLength ( InternalType intType ) : int
getInternalType ( ) : InternalType
getLength ( ) : int
getRuntimeClassname ( ) : string
getRuntimeType ( ) : Type
setLength ( int len ) : void

메소드 상세

BuildinType() 공개 메소드

public BuildinType ( InternalType intType = InternalType.c, int len ) : System
intType InternalType
len int
리턴 System

getDefaultLength() 공개 정적인 메소드

public static getDefaultLength ( InternalType intType ) : int
intType InternalType
리턴 int

getInternalType() 공개 메소드

public getInternalType ( ) : InternalType
리턴 InternalType

getLength() 공개 메소드

public getLength ( ) : int
리턴 int

getRuntimeClassname() 공개 메소드

public getRuntimeClassname ( ) : string
리턴 string

getRuntimeType() 공개 메소드

public getRuntimeType ( ) : Type
리턴 System.Type

setLength() 공개 메소드

public setLength ( int len ) : void
len int
리턴 void