|
Beamable SDK
|


Public Member Functions | |
| EditorContentQuery (EditorContentQuery other) | |
| bool | AcceptValidation (ContentValidationStatus status) |
| bool | AcceptStatus (ContentModificationStatus status) |
| new string | ToString (string existing) |
| override string | ToString () |
| bool | EqualsEditorContentQuery (EditorContentQuery other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Public Member Functions inherited from Beamable.Common.Content.ContentQuery | |
| ContentQuery (ContentQuery other) | |
| virtual bool | Accept (IContentObject content) |
| bool | AcceptTag (IContentObject content) |
| bool | AcceptTags (HashSet< string > tags) |
| bool | AcceptType< TContent > (bool allowInherit=true) |
| bool | AcceptType (Type type, bool allowInherit=true) |
| bool | AcceptIdContains (IContentObject content) |
| bool | EqualsContentQuery (ContentQuery other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| string | ToString (string existing) |
| override string | ToString () |
Public Member Functions inherited from Beamable.Common.DefaultQuery | |
| bool | AcceptIdContains (string id) |
Static Public Member Functions | |
| static new EditorContentQuery | Parse (string text) |
Static Public Member Functions inherited from Beamable.Common.Content.ContentQuery | |
| static ContentQuery | Parse (string text) |
Public Attributes | |
| bool | HasValidationConstraint |
| ContentValidationStatus | ValidationConstraint |
| ContentModificationStatus | StatusConstraint |
Public Attributes inherited from Beamable.Common.Content.ContentQuery | |
| HashSet< Type > | TypeConstraints |
| HashSet< string > | TagConstraints |
Public Attributes inherited from Beamable.Common.DefaultQuery | |
| string | IdContainsConstraint |
Static Protected Attributes | |
| static Dictionary< string, DefaultQueryParser.ApplyParseRule< EditorContentQuery > > | EditorRules |
| static List< DefaultQueryParser.SerializeRule< EditorContentQuery > > | EditorSerializeRules |
Static Protected Attributes inherited from Beamable.Common.Content.ContentQuery | |
| static readonly Dictionary< string, DefaultQueryParser.ApplyParseRule< ContentQuery > > | StandardRules |
| static readonly List< DefaultQueryParser.SerializeRule< ContentQuery > > | StandardSerializeRules |
Additional Inherited Members | |
Static Public Attributes inherited from Beamable.Common.Content.ContentQuery | |
| static readonly ContentQuery | Unit = new ContentQuery() |
Static Protected Member Functions inherited from Beamable.Common.Content.ContentQuery | |
| static void | ApplyTypeParse (string raw, ContentQuery query) |
| static void | ApplyTagParse (string raw, ContentQuery query) |
| static bool | SerializeTagRule (ContentQuery query, out string str) |
| static bool | SerializeTypeRule (ContentQuery query, out string str) |
Static Protected Member Functions inherited from Beamable.Common.DefaultQuery | |
| static bool | SerializeIdRule (DefaultQuery query, out string str) |
1.8.17