|
Beamable SDK
|
Public Member Functions | |
| ContentDataModel (ContentIO contentIO) | |
| void | SetContentTypes (List< ContentTypePair > types) |
| void | CreateItem (ContentObject content) |
| void | DeleteItem (ContentItemDescriptor contentItemDescriptor) |
| void | SetLocalContent (LocalContentManifest localManifest) |
| void | SetServerContent (Manifest serverManifest) |
| void | ClearSelectedContents () |
| IEnumerable< ContentItemDescriptor > | GetAllContents () |
| IEnumerable< ContentItemDescriptor > | GetFilteredContents () |
| IEnumerable< ContentTagDescriptor > | GetAllTagDescriptors () |
| IEnumerable< string > | GetAllTags () |
| List< ContentTypeTreeViewItem > | ContentTypeTreeViewItems () |
| void | ClearSelectedContentTypes () |
| IEnumerable< ContentTypeDescriptor > | ContentTypes () |
| void | SetFilter (string query) |
| void | SetFilter (ContentQuery query) |
| void | ContentItemRename (ContentItemDescriptor contentItemDescriptor) |
| void | HandleContentDeleted (IContentObject content) |
| void | HandleContentAdded (IContentObject content) |
| void | ToggleTagFilter (string tag, bool shouldFilterOn) |
Properties | |
| ContentQuery | Filter [get] |
| ContentQuery | SystemFilter = new ContentQuery() [get] |
| IList< ContentItemDescriptor >? | SelectedContents [get, set] |
| IList< TreeViewItem >???? | SelectedContentTypes [get, set] |
| IList< TreeViewItem >? | SelectedContentTypeBranch [get, set] |
Events | |
| Action< IList< ContentItemDescriptor > > | OnSelectedContentChanged |
| Action< IList< TreeViewItem > > | OnSelectedContentTypesChanged |
| Action< IList< TreeViewItem > > | OnSelectedContentTypeBranchChanged |
| Action | OnFilterChanged |
| Action< ContentQuery > | OnQueryUpdated |
| Action< ContentItemDescriptor > | OnContentAdded |
| Action< ContentItemDescriptor > | OnContentDeleted |
| Action< ContentTypeDescriptor > | OnTypeAdded |
| Action | OnTypesReceived |
1.8.17