Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.GuidDisplayComponent Class

Displays the model. If the model is null, nothing is rendered.

Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Inheritance

Syntax

public class GuidDisplayComponent : YetaWF.Modules.ComponentsHTML.Components.GuidComponentBase,
    YetaWF.Core.Components.IYetaWFComponent<Guid?>;

Constructors

PublicGuidDisplayComponentConstructor.

Properties

PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseContainerThe container model for which this component is used/rendered.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseControlIdThe HTML id of this component.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseDivIdThe HTML id used for a <div> tag.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseFieldNameThe HTML field name of the components.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseFieldNamePrefixDefines the prefix used when generating an HTML field name for the component. A prefix is typically present with nested components.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseHtmlAttributesHTML attributes that were provided to render the component.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseHtmlHelperReturns the HtmlHelper instance.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseIsContainerComponentReturns whether the component is a container component, i.e., can contain other components.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBasePropDataDefines the YetaWF.Core.Models.PropertyData instance of the property in the container that this components represents.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBasePropertyNameDefines the name of the property in the container that this components represents.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseValidationDefines whether the component requires client-side validation.
ProtectedStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseManagerThe YetaWF.Core.Support.Manager instance of current HTTP request.

Fields

PublicInherited from YetaWF.Core.Components.YetaWFComponentBasePackageDefines the package implementing this component.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentFieldSetupReturns HTML attributes and name= attribute for the component, used on the HTML tag.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentGetClassAttributeReturns a complete class= CSS attribute including all classes defined in the HtmlAttributes property.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentGetClassesReturns the CSS classes defined for this component.
PublicGetComponentTypeReturns the component type (edit/display).
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.GuidComponentBaseGetPackageReturns the package implementing the component.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseGetSiblingPropertyRetrieves a sibling property. Used to extract related properties from a container, which typically are used for additional component customization.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.GuidComponentBaseGetTemplateNameReturns the component name.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseHAEEncodes the provided text suitable for use as an HTML attribute data value.
PublicStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseHEEncodes the provided text suitable for use as HTML.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentIncludeAsyncIncludes required JavaScript, CSS files for this component.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentIncludeStandardDisplayAsyncIncludes required JavaScript, CSS files when using a display component, for all components in this package.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentIncludeStandardEditAsyncIncludes required JavaScript, CSS files when using an edit component, for all components in this package.
PublicStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseJEEncodes the provided text suitable for use as a JavaScript string.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRenderAsyncCalled by the framework when the component needs to be rendered as HTML.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseTryGetSiblingPropertyRetrieves a sibling property. Used to extract related properties from container, which typically are used for additional component customization.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseUniqueIdReturns a unique HTML id.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentValidationMessageReturns the client-side validation message for a component with the specified field name.

See Also YetaWF.ComponentsHTML PackageYetaWF.Core