Examples with "cmobject" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Since cm:name is only defined for cm:cmobject and its subtypes, it is only validated for these types.
in the last post I described a performance problem which could be traced back to the usage of cm:name (cm:cmobject as parent type) in modelling/ instantiating 500.000+ record sets in the default content store.
Im letzten Post habe ich ein Performanceproblem beschrieben, welches auf die Nutzung von cm:name (bzw. cm:cmobject als Vatertyp) bei der Modellierung/ Instanziierung von 500.000+ Datensätzen im Standard ContentStore zurückgeführt werden konnte.
Since the content type uses cm:cmobject as the parent type, every object inherits the property cm:name which we map to the unique key of the associated record.
Da der Inhaltstyp cm:cmobject als Vatertyp nutzt, hat jedes Objekt auch die geerbte Eigenschaft cm:name, welche wir mit dem Wert des fachlich eindeutigen Datensatzschlüssels belegen.
Andere resultaten
You create instances of objects using the cfobject tag or the CreateObject function.
Sie können Instanzen mithilfe des cfobject-Tags oder der Funktion CreateObject erstellen.
Static methods and fields are accessible after a call to cfobject.
You use the cfobject tag to create an instance of a Java object.
You can use the optional cfobject context attribute to specify the object context.
The attributes specified in the cfobject tag determine which type of object is called.
Die im cfobject-Tag angegebenen Attribute bestimmen, welcher Objekttyp aufgerufen wird.
Although the cfobject tag loads the class, it does not create an instance object.
Das cfobject-Tag lädt zwar die Klasse, erzeugt jedoch keine Objektinstanz.
ColdFusion pages use the cfobject tag to access Java objects.
You cannot pass arrays, structures, or cfobject objects to CFX tags.
Es ist nicht möglich, Datenfelder, Strukturen oder cfobject-Objekte an CFX-Tags zu übergeben.
The cfobject tag makes Java objects available in ColdFusion.
This syntax shows instantiation with the cfobject tag.
Die Syntax zeigt die Instanzenerstellung mit dem cfobject-Tag.