Click or drag to resize

VGCommonProfileAttributeInformation Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.CommonProfileAttributeVGCommonProfileAttributeInformation

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 class VGCommonProfileAttributeInformation : ISerializable, 
	ICloneable

The VGCommonProfileAttributeInformation type exposes the following members.

Constructors
  NameDescription
Protected methodVGCommonProfileAttributeInformation
Initializes a new instance of the VGCommonProfileAttributeInformation class
Protected methodVGCommonProfileAttributeInformation(SerializationInfo, StreamingContext)
Initializes a new instance of the VGCommonProfileAttributeInformation class
Top
Properties
  NameDescription
Public propertyAllowSearch
Public propertyDataTypeValue
Public propertyDescription
Public propertyDisplayName
Public propertyGroupName
Public propertyId
Public propertyIsBuiltIn
Public propertyIsReadOnly
This property is used when you update the value of the attribute in VGSecurityEngine
Public propertyIsReadOnlyForUI
This property is used when you update the value of the attribute in WinConsole and WebConsole
Public propertyIsRepositoryIdChanged
Public propertyIsRequired
Public propertyIsVisible
Public propertyLastModification
Public propertyNewRepositoryId
Public propertyProfileAttributeDefinitionDescription
Public propertyPropertyName
Public propertyRepositoryId
Public propertySaveInLog
Public propertyTimeStamp
Public propertyViewOrder
Top
Methods
  NameDescription
Protected methodCanParseAttributeValue
Checks Can parse attribute value against appropriate datatype.
Public methodClone
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.)
Protected methodGetDefaultValue
Gets default value for attribute.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also