Click or drag to resize

SpecifyParametersFormPropertyImpl Class

Inheritance Hierarchy

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public class PropertyImpl : MetadataProperty

The SpecifyParametersFormPropertyImpl type exposes the following members.

Constructors
  NameDescription
Public methodSpecifyParametersFormPropertyImpl
Initializes a new instance of the SpecifyParametersFormPropertyImpl class
Top
Properties
  NameDescription
Public propertyAdditionalAttributes (Inherited from MetadataMember.)
Public propertyAttributes
Public propertyBrowsable (Inherited from MetadataProperty.)
Public propertyCategory
Public propertyCloneable (Inherited from MetadataProperty.)
Public propertyDefaultValue (Inherited from MetadataProperty.)
Public propertyDefaultValueSpecified (Inherited from MetadataProperty.)
Public propertyDescription (Inherited from MetadataMember.)
Public propertyHasIndexers (Inherited from MetadataProperty.)
Public propertyIndexers (Inherited from MetadataProperty.)
Public propertyName (Inherited from MetadataMember.)
Public propertyNetworkMode (Inherited from MetadataProperty.)
Public propertyOwner (Inherited from MetadataMember.)
Public propertyReadOnly (Inherited from MetadataProperty.)
Public propertySerializable (Inherited from MetadataProperty.)
Public propertySignature (Inherited from MetadataProperty.)
Public propertyStatic (Inherited from MetadataMember.)
Public propertyType (Inherited from MetadataProperty.)
Public propertyTypeUnreferenced
This need to determine non .NET type when it wrapped by the reference.
(Inherited from MetadataProperty.)
Public propertyValue
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCustomAttributeT (Inherited from MetadataMember.)
Public methodGetCustomAttributes(Type, Boolean) (Inherited from MetadataMember.)
Public methodGetCustomAttributesT(Boolean) (Inherited from MetadataMember.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue (Overrides MetadataPropertyGetValue(Object, Object).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGetCustomAttributes (Overrides MetadataMemberOnGetCustomAttributes(Type, Boolean).)
Public methodSetValue (Overrides MetadataPropertySetValue(Object, Object, Object).)
Public methodToString (Inherited from MetadataProperty.)
Top
Events
Extension Methods
See Also