C# Class CmisSync.CmisTree.NSCmisTree

Inheritance: MonoMac.Foundation.NSObject
Show file Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Properties

Property Type Description
Children IList
Name string
Parent NSCmisTree
Selected bool?
Status LoadingStatus

Public Methods

Method Description
GetNode ( Node root ) : Node
NSCmisTree ( ) : System
NSCmisTree ( Node root ) : System
ToString ( ) : string

Method Details

GetNode() public method

public GetNode ( Node root ) : Node
root Node
return Node

NSCmisTree() public method

public NSCmisTree ( ) : System
return System

NSCmisTree() public method

public NSCmisTree ( Node root ) : System
root Node
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Children public property

public IList Children
return IList

Name public property

public string Name
return string

Parent public property

public NSCmisTree,CmisSync.CmisTree Parent
return NSCmisTree

Selected public property

public bool? Selected
return bool?

Status public property

public LoadingStatus Status
return LoadingStatus