C

Property

Wraps a property together with default values and metadata.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets whether or not the property has a public getter.
readonlyfinal
Gets whether or not the property has a public setter.
readonlyfinal
Gets a value indicating whether this instance has a default value.
final

Property Value

true if this instance has a default value; false otherwise.
Gets a value indicating whether this instance is the one defined to be the type's content property.
readonlyfinal

Property Value

true if this property is the one defined as the type's content property; false otherwise.
Gets whether or not this is a static property.
readonlyfinal
Gets the name of the property, as it will appear in GraphML.
readonlyfinal

Property Value

The name.
Gets the type of the owner.
readonlyfinal

Property Value

The type of the owner.
Gets the serialization visibility.
conversionfinal

Property Value

The serialization visibility.
Gets the type of the property.
readonlyfinal

Property Value

The type of the property.
Gets the valueSerializer.
final

Methods

Gets the value the wrapped property has on the given instance.
final

Parameters

ownerInstance: any
The instance to get the property value from.

Return Value

any
The value the wrapped property has on the given instance.
Sets the value to the wrapped property on the given instance.
final

Parameters

ownerInstance: any
The instance to set the property value on.
value: any
The value to set.