C# 클래스 Smartmobili.Cocoa.GSXibElement

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

공개 메소드들

메소드 설명
AddElement ( GSXibElement element ) : void
Alloc ( ) : GSXibElement
AttributeForKey ( NSString key ) : NSString
ElementForKey ( NSString key ) : GSXibElement
GetHashCode ( ) : int
InitWithTypeAndAttributes ( NSString typeName, NSDictionary attribs ) : GSXibElement
SetElementForKey ( GSXibElement element, NSString key ) : void

메소드 상세

AddElement() 공개 메소드

public AddElement ( GSXibElement element ) : void
element GSXibElement
리턴 void

Alloc() 공개 정적인 메소드

public static Alloc ( ) : GSXibElement
리턴 GSXibElement

AttributeForKey() 공개 메소드

public AttributeForKey ( NSString key ) : NSString
key NSString
리턴 NSString

ElementForKey() 공개 메소드

public ElementForKey ( NSString key ) : GSXibElement
key NSString
리턴 GSXibElement

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

InitWithTypeAndAttributes() 공개 메소드

public InitWithTypeAndAttributes ( NSString typeName, NSDictionary attribs ) : GSXibElement
typeName NSString
attribs NSDictionary
리턴 GSXibElement

SetElementForKey() 공개 메소드

public SetElementForKey ( GSXibElement element, NSString key ) : void
element GSXibElement
key NSString
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class