ActionDescriptorExtensions Class

Definition

Extension methods for ActionDescriptor.

public ref class ActionDescriptorExtensions abstract sealed
public static class ActionDescriptorExtensions
type ActionDescriptorExtensions = class
Public Module ActionDescriptorExtensions
Inheritance
ActionDescriptorExtensions

Methods

GetProperty<T>(ActionDescriptor)

Gets the value of a property from the Properties collection using the provided value of T as the key.

SetProperty<T>(ActionDescriptor, T)

Sets the value of an property in the Properties collection using the provided value of T as the key.

Applies to