Paket | mx.messaging.management |
Sınıf | public class ObjectName |
Miras Alma | ObjectName Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Özellik | Tanımlayan: | ||
---|---|---|---|
canonicalKeyPropertyListString : String
A string representation of the list of key properties, with the key properties sorted in lexical order. | ObjectName | ||
canonicalName : String
The canonical form of the name; a string representation with
the properties sorted in lexical order. | ObjectName | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
domain : String
The domain part. | ObjectName | ||
domainPattern : Boolean
Indicates if the object name is a pattern on the domain part. | ObjectName | ||
keyPropertyList : Object
The key properties as an Object, keyed by property name. | ObjectName | ||
keyPropertyListString : String
A string representation of the list of key properties. | ObjectName | ||
pattern : Boolean
Indicates if the object name is a pattern. | ObjectName | ||
propertyPattern : Boolean
Indicates if the object name is a pattern on the key properties. | ObjectName |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Creates a new instance of an empty ObjectName. | ObjectName | ||
Returns the value associated with the specified property key. | ObjectName | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
This method will return a string representation of the object name. | ObjectName | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
canonicalKeyPropertyListString | özellik |
public var canonicalKeyPropertyListString:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties, with the key properties sorted in lexical order.
canonicalName | özellik |
public var canonicalName:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The canonical form of the name; a string representation with the properties sorted in lexical order.
domain | özellik |
public var domain:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The domain part.
domainPattern | özellik |
public var domainPattern:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the domain part.
keyPropertyList | özellik |
public var keyPropertyList:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The key properties as an Object, keyed by property name.
keyPropertyListString | özellik |
public var keyPropertyListString:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties.
pattern | özellik |
public var pattern:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern.
propertyPattern | özellik |
public var propertyPattern:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the key properties.
ObjectName | () | Yapıcı |
public function ObjectName()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty ObjectName.
getKeyProperty | () | yöntem |
public function getKeyProperty(property:String):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns the value associated with the specified property key.
Parametreler
property:String — property key.
|
Object |
toString | () | yöntem |
public function toString():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
This method will return a string representation of the object name.
DöndürürString — String representation of the object name.
|
Tue Jun 12 2018, 01:09 PM Z