Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class MemberItem<TDescriptor\>

Last update: 16.07.2025

Namespace: VM
Assembly: VM.dll

public abstract class MemberItem<tdescriptor> where TDescriptor : MemberDescriptor

Type Parameters

TDescriptor

Inheritance

objectMemberItem

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

MemberItem(TDescriptor)

protected MemberItem(TDescriptor memberDescriptor)

Parameters

memberDescriptor TDescriptor

Properties

Attributes

public IEnumerable<attribute> Attributes { get; }

Property Value

IEnumerableAttribute&gt;

MemberDescriptor

protected TDescriptor MemberDescriptor { get; }

Property Value

TDescriptor

Methods

HasAttribute()

public bool HasAttribute<t>() where T : Attribute

Returns

bool

Type Parameters

T

TryGetAttributeInstance(out T)

public bool TryGetAttributeInstance<t>(out T attribute) where T : Attribute

Parameters

attribute T

Returns

bool

Type Parameters

T

Connect with Ansys