Click or drag to resize

MetadataNetTypeInfoNetProperty Class

Keeps the attributes of a .NET property and provides access to property metadata.
Inheritance Hierarchy
SystemObject
  NeoAxisMetadataMember
    NeoAxisMetadataProperty
      NeoAxisMetadataNetTypeInfoNetProperty

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

The MetadataNetTypeInfoNetProperty type exposes the following members.

Constructors
  NameDescription
Public methodMetadataNetTypeInfoNetProperty
Initializes a new instance of the MetadataNetTypeInfoNetProperty class
Top
Properties
  NameDescription
Public propertyAdditionalAttributes (Inherited from MetadataMember.)
Public propertyBrowsable (Inherited from MetadataProperty.)
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 propertyNetMember
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.)
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