C# Class Smartmobili.Cocoa.GSXibElement

Inheritance: NSObject
Mostra file Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Public Methods

Method Description
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

Method Details

AddElement() public method

public AddElement ( GSXibElement element ) : void
element GSXibElement
return void

Alloc() public static method

public static Alloc ( ) : GSXibElement
return GSXibElement

AttributeForKey() public method

public AttributeForKey ( NSString key ) : NSString
key NSString
return NSString

ElementForKey() public method

public ElementForKey ( NSString key ) : GSXibElement
key NSString
return GSXibElement

GetHashCode() public method

public GetHashCode ( ) : int
return int

InitWithTypeAndAttributes() public method

public InitWithTypeAndAttributes ( NSString typeName, NSDictionary attribs ) : GSXibElement
typeName NSString
attribs NSDictionary
return GSXibElement

SetElementForKey() public method

public SetElementForKey ( GSXibElement element, NSString key ) : void
element GSXibElement
key NSString
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class