コード例 #1
0
 public static void AddEntityId(this SchemaObject obj, uint fieldId, EntityId entityId)
 {
     obj.AddEntityId(fieldId, entityId.Id);
 }