Beamable SDK
Public Member Functions | Public Attributes | Properties | List of all members
Beamable.Common.Content.Validation.ValidationContext Class Reference

This type defines part of the Beamable ContentObject validation process. More...

Inheritance diagram for Beamable.Common.Content.Validation.ValidationContext:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.Validation.ValidationContext:
Collaboration graph
[legend]

Public Member Functions

bool ContentExists (string id)
 
string GetTypeName (Type type)
 
bool TryGetContent (string id, out IContentObject content)
 

Public Attributes

Dictionary< string, IContentObjectAllContent = new Dictionary<string, IContentObject>()
 

Properties

IEnumerable< string > ContentIds [get]
 
- Properties inherited from Beamable.Common.Content.Validation.IValidationContext
IEnumerable< string > ContentIds [get]
 

Detailed Description

This type defines part of the Beamable ContentObject validation process.

Related Links

img beamable-logo

Member Function Documentation

◆ ContentExists()

bool Beamable.Common.Content.Validation.ValidationContext.ContentExists ( string  id)

◆ GetTypeName()

string Beamable.Common.Content.Validation.ValidationContext.GetTypeName ( Type  type)
inline

◆ TryGetContent()

bool Beamable.Common.Content.Validation.ValidationContext.TryGetContent ( string  id,
out IContentObject  content 
)
inline

The documentation for this class was generated from the following file: