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 () |
![]() | |
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 () |
![]() | |
bool | AcceptIdContains (string id) |
Static Public Member Functions | |
static new EditorContentQuery | Parse (string text) |
![]() | |
static ContentQuery | Parse (string text) |
Public Attributes | |
bool | HasValidationConstraint |
ContentValidationStatus | ValidationConstraint |
ContentModificationStatus | StatusConstraint |
![]() | |
HashSet< Type > | TypeConstraints |
HashSet< string > | TagConstraints |
![]() | |
string | IdContainsConstraint |
Static Protected Attributes | |
static Dictionary< string, DefaultQueryParser.ApplyParseRule< EditorContentQuery > > | EditorRules |
static List< DefaultQueryParser.SerializeRule< EditorContentQuery > > | EditorSerializeRules |
![]() | |
static readonly Dictionary< string, DefaultQueryParser.ApplyParseRule< ContentQuery > > | StandardRules |
static readonly List< DefaultQueryParser.SerializeRule< ContentQuery > > | StandardSerializeRules |
Additional Inherited Members | |
![]() | |
static readonly ContentQuery | Unit = new 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 bool | SerializeIdRule (DefaultQuery query, out string str) |