The VGProfileAttributeDefinitionInteger type exposes the following members.

Methods

  NameDescription
Public methodCanParse
returns true if attribute value can be parsed else false.
(Inherited from VGProfileAttributeDefinition<(Of <(<'T>)>)>.)
Public methodCheckValue(T)
Checks value agains parameters or criterias set for the attribute.
(Inherited from VGProfileAttributeDefinition<(Of <(<'T>)>)>.)
Public methodCheckValue(Object, Exception%)
Checks value agains parameters or criterias set for the attribute.
(Inherited from VGProfileAttributeDefinition<(Of <(<'T>)>)>.)
Public methodCheckValue(Int32, Exception%)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefaultValue
Gets default value for attribute
(Inherited from VGProfileAttributeDefinition<(Of <(<'T>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
parses the value into its datatype value.
(Overrides VGProfileAttributeDefinition<(Of <(<'T>)>)>..::..Parse(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 VGProfileAttributeDefinition<(Of <(<'T>)>)>.)
Protected methodValidateAttributeDefinitionCore (Overrides VGProfileAttributeDefinition<(Of <(<'T>)>)>..::..ValidateAttributeDefinitionCore(Exception%).)
Public methodValidateAttributeValue
Validates attribute value against its datatype, if attribute value passed is corresponding to attribute's datatype. ex. For Integer attribute, passed value is integer or other datatype (double, string )
(Overrides VGProfileAttributeDefinition<(Of <(<'T>)>)>..::..ValidateAttributeValue(Object, Exception%).)

Fields

Properties

See Also