Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.ProcessIfAttribute Class

(not specified)

(not specified)

Namespace: YetaWF.Core.Models.Attributes
Assembly: YetaWF.Core

Inheritance

Syntax

public class ProcessIfAttribute : YetaWF.Core.Models.Attributes.ExprAttribute;

Constructors

PublicProcessIfAttributeConstructor.

Properties

PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeClearOnDisableDefines whether the property value is cleared when the property is disabled. The default is to clear the property value.
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeDisableDefines whether the property is hidden or just disabled when it's not processed. The default is to hide the property.
PublicInherited from System.ComponentModel.DataAnnotations.ValidationAttributeErrorMessageGets or sets an error message to associate with a validation control if validation fails.
PublicInherited from System.ComponentModel.DataAnnotations.ValidationAttributeErrorMessageResourceNameGets or sets the error message resource name to use in order to look up the ErrorMessageResourceType property value if validation fails.
PublicInherited from System.ComponentModel.DataAnnotations.ValidationAttributeErrorMessageResourceTypeGets or sets the resource type to use for error-message lookup if validation fails.
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeExprList(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsHideAttribute(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsProcessAttribute(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsRequiredAttribute(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsSelectionRequiredAttribute(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsSuppressAttribute(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeOp(not specified)
PublicInherited from System.ComponentModel.DataAnnotations.ValidationAttributeRequiresValidationContextGets a value that indicates whether the attribute requires validation context.
PublicInherited from System.AttributeTypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
ProtectedInherited from System.ComponentModel.DataAnnotations.ValidationAttributeErrorMessageStringGets the localized validation error message.

Fields

PublicStaticInherited from YetaWF.Core.Models.Attributes.ExprAttributeValueOf(not specified)

Methods

PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeAddValidation(not specified)
PublicInherited from System.AttributeEqualsReturns a value that indicates whether this instance is equal to a specified object.
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 System.ComponentModel.DataAnnotations.ValidationAttributeFormatErrorMessageApplies formatting to an error message, based on the data field where the error occurred.
PublicStaticInherited from System.AttributeGetCustomAttributeRetrieves a custom attribute applied to a specified assembly. Parameters specify the assembly and the type of the custom attribute to search for.
PublicStaticInherited from System.AttributeGetCustomAttributesRetrieves an array of the custom attributes applied to an assembly. A parameter specifies the assembly.
PublicInherited from System.AttributeGetHashCodeReturns the hash code for this instance.
ProtectedInherited from YetaWF.Core.Models.Attributes.ExprAttributeGetPropertyValue(not specified)
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInherited from System.ComponentModel.DataAnnotations.ValidationAttributeGetValidationResultChecks whether the specified value is valid with respect to the current validation attribute.
PublicInherited from System.AttributeIsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
PublicStaticInherited from System.AttributeIsDefinedDetermines whether any custom attributes are applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for.
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsExprSupplied(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsExprValid(not specified)
PublicStaticInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsHide(not specified)
ProtectedInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsHideValid(not specified)
PublicStaticInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsProcessed(not specified)
ProtectedInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsProcessValid(not specified)
PublicStaticInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsRequired(not specified)
PublicStaticInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsSelectionRequired(not specified)
PublicStaticInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsSuppressed(not specified)
PublicInherited from YetaWF.Core.Models.Attributes.ExprAttributeIsValidDetermines whether the specified value of the object is valid.
PublicInherited from System.AttributeMatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
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.
PublicInherited from System.ComponentModel.DataAnnotations.ValidationAttributeValidateValidates the specified object.

See Also YetaWF.Core Overview