3using System.Threading.Tasks;
37 if (!
string.IsNullOrEmpty(Obj.CollectionName) && !Obj.TryGetFieldValue(
"CollectionName", out
object _))
43 if (!
string.IsNullOrEmpty(Obj.TypeName) && !Obj.TryGetFieldValue(
"TypeName", out
object _))
49 if (Obj.ObjectId != Guid.Empty && !Obj.TryGetFieldValue(
"ObjectId", out
object _))
55 foreach (KeyValuePair<string, object> P
in Obj.Properties)
63 ColumnNames =
new string[] {
"Name",
"Value" }
82 return Grade.NotAtAll;
Generic object. Contains a sequence of properties.
A chunked list is a linked list of chunks of objects of type T .
void Add(T Item)
Adds an item to the collection.
Class managing a script expression.
static IElement Encapsulate(object Value)
Encapsulates an object.
static readonly ObjectValue Null
Null value.
Enumerates properties in a GenericObject object.
GenericObjectPropertyEnumerator()
Enumerates properties in a GenericObject object.
Grade Supports(Type Object)
If the interface understands objects such as Object .
Task< IElement > EnumerateProperties(object Object)
Enumerates the properties of an object (of a type it supports).
Basic interface for all types of elements.
Interface for property enumerators.