IPropertyMeta InterfaceCognex VisionPro 9.22

Interface for Meta classes that behave like observable properties.

Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public interface IPropertyMeta : IMemberMeta, 
	IObject

The IPropertyMeta type exposes the following members.

Methods

  NameDescription
Public methodFormatNameForPath

Returns the name of this member formatted as a string for use within a Vision property path.

(Inherited from IMemberMeta.)
Public methodGetDeclaringType

Get a Meta instance describing the type which declares this member.

(Inherited from IMemberMeta.)
Public methodGetValue

Returns the value of this property.

Public methodSetValue

Sets the value of this property.

Top
Properties

  NameDescription
Public propertyIsClass

Returns true if this is a TypeMeta representing a Class.

(Inherited from IMemberMeta.)
Public propertyIsConstructor

Returns true if this is a MethodMeta representing a Constructor.

(Inherited from IMemberMeta.)
Public propertyIsEnum

Returns true if this is a TypeMeta representing an Enum.

(Inherited from IMemberMeta.)
Public propertyIsFake

Returns true if this is a FakePropertyMeta representing a Method of a class that behaves like a property.

(Inherited from IMemberMeta.)
Public propertyIsInterface

Returns true if this is a TypeMeta representing an Interface.

(Inherited from IMemberMeta.)
Public propertyIsMethod

Returns true if this is a MethodMeta representing a Method.

(Inherited from IMemberMeta.)
Public propertyIsParameter

Returns true if this is a ParameterMeta representing a Parameter to a Method.

(Inherited from IMemberMeta.)
Public propertyIsProperty

Returns true if this is a PropertyMeta representing a Property.

(Inherited from IMemberMeta.)
Public propertyIsReadOnly

Returns true if the property is read only, otherwise false.

Public propertyIsStatic

Returns true if this is a static Member.

(Inherited from IMemberMeta.)
Public propertyIsType

Returns true if this is a TypeMeta.

(Inherited from IMemberMeta.)
Public propertyName

Returns the name of this member.

(Inherited from IMemberMeta.)
Public propertyPropertyType

Returns the static Type of this property.

Top
See Also