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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class NetProperty : MetadataProperty

The MetadataNetTypeInfoNetProperty type exposes the following members.

Constructors
 NameDescription
Public methodMetadataNetTypeInfoNetPropertyInitializes 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValue
(Overrides MetadataPropertyGetValue(Object, Object))
Protected methodMemberwiseCloneCreates 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
 NameDescription
Public eventGetValueImplEvent
(Inherited from MetadataProperty)
Public eventSetValueImplEvent
(Inherited from MetadataProperty)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also