Click or drag to resize

VGProfileAttributeDefinitionBoolean Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.CommonProfileAttributeVGProfileAttributeDefinitionBoolean
    Novalys.VisualGuard.Security.CommonProfileAttributeVGProfileAttributeDefinitionBoolean

Namespace:  Novalys.VisualGuard.Security.CommonProfileAttribute
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
[SerializableAttribute]
public sealed class VGProfileAttributeDefinitionBoolean : VGProfileAttributeDefinition<bool>, 
	ISerializable

The VGProfileAttributeDefinitionBoolean type exposes the following members.

Properties
Methods
  NameDescription
Public methodCanParse
returns true if attribute value can be parsed else false.
(Inherited from VGProfileAttributeDefinitionT.)
Public methodCheckValue(T)
Checks value agains parameters or criterias set for the attribute.
(Inherited from VGProfileAttributeDefinitionT.)
Public methodCheckValue(Object, Exception)
Checks value agains parameters or criterias set for the attribute.
(Inherited from VGProfileAttributeDefinitionT.)
Public methodCheckValue(Boolean, Exception) (Overrides VGProfileAttributeDefinitionTCheckValue(T, Exception).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefaultValue
Gets default value for attribute
(Inherited from VGProfileAttributeDefinitionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse (Overrides VGProfileAttributeDefinitionTParse(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateAttributeDefinition
Validates Attribute definition object. ex. If Default value of the attribute meets criteria, MinValue is greaterthan MaxValue. or any specific condition for attribute definition object.
(Inherited from VGProfileAttributeDefinitionT.)
Protected methodValidateAttributeDefinitionCore
When the customer changes the object, before to save in database, we check if the data is correct. It Validates Attribute definition. ex. If Default value of the attribute meets criteria, or any specific condition for attribute definition object.
(Inherited from VGProfileAttributeDefinitionT.)
Public methodValidateAttributeValue (Overrides VGProfileAttributeDefinitionTValidateAttributeValue(Object, Exception).)
Top
Fields
See Also