Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentExtender Class

This static class implements extension methods for YetaWF components.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Inheritance

Syntax

public static class YetaWFComponentExtender;

Constructors

This class cannot be instantiated.

Methods

PublicStaticAddComponentSupportForTypeExtracts all UIHint information from the specified type and adds all required addons for the components used.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicStaticForDisplayAsAsyncRenders a display component.
PublicStaticForDisplayAsyncRenders a display component.
PublicStaticForDisplayComponentAsyncRenders a display component.
PublicStaticForDisplayContainerAsyncRenders a display container, a component containing other components.
PublicStaticForEditAsAsyncRenders an edit component.
PublicStaticForEditAsyncRenders an edit component.
PublicStaticForEditComponentAsyncRenders a edit component.
PublicStaticForEditContainerAsyncRenders an edit container, a component containing other components.
PublicStaticForLabelAsyncRenders an HTML <label> with the specified attributes.
PublicStaticGetComplexFilterFromUIHintAsyncReturns information for a complex filter.
PublicStaticGetDataProviderFilterInfoFromUIHintReturns DataProviderFilterInfo for a complex filter.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicStaticGetSelectionListIntFromUIHintAsyncReturns a collection of integer/enum values suitable for rendering in a DropDownList component.
PublicStaticGetSelectionListStringFromUIHintAsyncReturns a collection of string values suitable for rendering in a DropDownList component.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicStaticIsSupportedTests whether a valid component can be found for a container's property.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview