Click or drag to resize

AttrDefSpec Class

Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Web.UIAttrDefSpec

Namespace:  PDTec.IceNet.Web.UI
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class AttrDefSpec : IEquatable<AttrDefSpec>

The AttrDefSpec type exposes the following members.

Constructors
  NameDescription
Public methodAttrDefSpec
Initializes a new instance of the AttrDefSpec class
Public methodAttrDefSpec(IAttrDef)
Initializes a new instance of the AttrDefSpec class
Public methodAttrDefSpec(IRelAttrDef)
Initializes a new instance of the AttrDefSpec class
Public methodAttrDefSpec(String, String)
Initializes a new instance of the AttrDefSpec class
Top
Properties
  NameDescription
Public propertyAttrDefName
Public propertyDeclTypeName
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(AttrDefSpec)
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 methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch(IAttrDef)
Public methodMatch(IRelAttrDef)
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
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also