OBJECT INSTANCE Meaning in Japanese - translations and usage examples

['ɒbdʒikt 'instəns]
['ɒbdʒikt 'instəns]
オブジェクトインスタンス

Examples of using Object instance in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
KeyPair object instance.
KeyPairオブジェクトインスタンス
This returns a Zend_Db_Profiler object instance.
これは、Zend_Db_Profilerオブジェクトのインスタンスを返します。
Get a new object instance from a Type.
Typeから新しいオブジェクトインスタンスを取得する。
Use the'start' method of a Bootstrap object instance:.
Bootstrapオブジェクトインスタンスメソッド'start'を使用します。
An object instance can be created by using the following syntax:.
オブジェクトインスタンスは、次の構文を使用して作成できます。
This method will return the Zend_Db_Select object instance it will use.
このメソッドが返すZend_Db_Selectオブジェクトのインスタンスで
The object instance itself will be passed to the Closure and then be returned by the tap method:.
オブジェクトインスタンス自身がクロージャに渡され、tapメソッドによりリターンされます。
With regular functions, calling them with new would give them an object instance as this.
通常の関数では、それらをnewで呼び出すと、それらにthisとしてオブジェクトインスタンスが与えられます。
In cases where an object instance is necessary, we recommend performing this in your setUp() method:.
オブジェクトのインスタンスが必要な場合は、setUp()メソッドを利用することを推奨します。
The return value of__new__()should be the new object instance(usually an instance of cls).
New__()の戻り値は新しいオブジェクトのインスタンス(通常はclsのインスタンス)でなければなりません。
Creates a new object instance based on a given class name or object configuration.
与えられたクラス名やオブジェクト設定に基づいて新しいオブジェクトインスタンスを作成します。
Now if I ever try andmodify the column named readonly_value from a User object instance, validation will fail.
Userオブジェクトインスタンスからreadonly_valueという名前のカラムを修正しようとすると、バリデーションはエラーになります。
You may also bind an existing object instance into the container using the instance method.
既に存在するオブジェクトのインスタンスをinstanceメソッドを用いて、コンテナに結合することもできます。
Object instances have no special properties beyond those inherited from the Object prototype object..
Objectインスタンスは、Objectプロトタイプオブジェクトから継承するプロパティの上に特別なプロパティを持たない。
Once a singleton binding is resolved, the same object instance will be returned on subsequent calls into the container:.
一度シングルトン結合が解決されるとそれ以降、この結合が参照されるたび、コンテナは同じオブジェクトインスタンスを返します。
Properties SpeechGrammar.src Sets and returns a string containing the grammar from within in the SpeechGrammar object instance.
プロパティSpeechGrammar.srcSpeechGrammarオブジェクトのインスタンス内からの文法を含む文字列を設定して返します。
The ability to convert an inetOrgPerson object instance into a User object instance, and the reverse.
InetOrgPersonオブジェクトインスタンスのユーザーオブジェクトインスタンス変換。逆の変換も可能です。
ChannelMergerNode- Web APIs| MDN Constructor ChannelMergerNode()Creates a new ChannelMergerNode object instance.
ChannelMergerNode-WebAPI|MDNConstructorChannelMergerNode()新しいChannelMergerNodeオブジェクトインスタンスを作成します。
First of all, create a new evil circle object instance(specifying the necessary parameters), then call its setControls() method.
まず、(必要なパラメーターを指定して)新しい邪悪な円オブジェクトインスタンスを作成し、そのsetControls()メソッドを呼び出します。
From a JavaScript point of view, it's as if every wasm function is a JavaScript function too-but they are encapsulated by the exported wasm function object instance and there are only limited ways to access them.
JavaScriptからみると、すべてのwasm関数はJavaScript関数のようにみえます。しかし、これはwasm関数オブジェクトインスタンスによってカプセル化されており、アクセスする方法は限られています。
The object instance is persistent within the Zend_View instance, and is reused for all future calls to$this-gt;helperName().
オブジェクトのインスタンスはZend_Viewインスタンスの中に残り続け、後で$this-gt;helperName()がコールされたときには再利用されます。
IServer The IServer interface creates a new MapForce Server object instance, and provides access to the MapForce Server engine.
IServerIServerインターフェイスは、新規のMapForceサーバーオブジェクトインスタンスを作成し、MapForceServerエンジンへのアクセスを与えます。
Constructors and object instances JavaScript uses special functions called constructor functions to define and initialize objects and their features.
コンストラクタとオブジェクトインスタンスJavaScriptでは、オブジェクトやその機能を定義するためにコンストラクタ関数と呼ばれる特殊な関数を使用します。
From our Person class, we can now create some actual people:When an object instance is created from a class, the class's constructor function is run to create it.
Personクラスから、何名かの実際の人物を生成します。クラスからオブジェクトインスタンスが生成されるとき、クラスのコンストラクタ関数が生成のために実行されます。
When you create a string, for example by using var string'This is my string';your variable becomes a string object instance, and as a result has a large number of properties and methods available to it.
たとえば、次のように文字列を作った時も、varstring'Thisismystring';この変数は文字列オブジェクトのインスタンスになり、大量のプロパティとメソッドが使用可能となります。
OOAD is concerned with micro-level abstractions such as classes andindividual object instances, although applying OOAD techniques and the Unified Modeling Language(UML) notation on the architectural level has been common practice for many years.
OOAD自体は、クラスや個別オブジェクトのインスタンスなどのマイクロ・レベルの抽象化を対象としていますが、長年の間、OOAD手法とUML(UnifiedModelingLanguage)表記をアーキテクチャー・レベルに適用するのが一般的な方法となっています。
There are two kinds of properties:Instance properties hold data that are specific to a given object instance. Static properties hold data that are shared among all object instances.
プロパティは2種類あります:与えられたオブジェクトインスタンスに固有のデータを保持するインスタンスプロパティすべてのオブジェクトインスタンス間で共有されるデータを保持するスタティックインスタンスです。
You will see the this keyword being used here as well-it is basically saying that whenever one of these object instances is created, the object's name property will be equal to the name value passed to the constructor call, and the greeting() method will use the name value passed to the constructor call too.
加えて、thisキーワードが使われていることに気づいたかもしれません。基本、オブジェクトインスタンスの1つが作成されるときにはいつでも、オブジェクトのnameプロパティはコンストラクタ呼び出しに渡されるname値と等しくなり、greeting() メソッドもコンストラクタ呼び出しに渡されるname値を使用します。
Results: 28, Time: 0.0266

Word-for-word translation

Top dictionary queries

English - Japanese