Shunde.NET Framework Class Library

AttribType Properties

The properties of the AttribType class are listed below. For a complete list of AttribType class members, see the AttribType Members topic.

Public Instance Properties

AllowMultiSelectionsAllow multiple selections to be made. Only valid if this is a shared attribute type.
CurrentRelations Currently selected relations for this attribute type
DataTypeThe type of the attribute
DecimalPlacesThe number of decimal places to round to, for float numbers
DisplayOrder (inherited from DBObject)The relative (to other DBObjects) display order that this DBObject should appear in
FriendlyName (inherited from DBObject) Gets a Name that can be displayed to the end user for this object, if such a Name exists
Id (inherited from DBObject)The id of the object
InstructionsInstructions on how this attribute should be filled in, for site administrators
IsDeleted (inherited from DBObject)Specifies that this object is deleted
IsImage Applicable to Binary data; specifies that it is an image
IsMultiLine Applicable to strings only, specifies that it is a multi-line string
IsRequired Specifies that this attribute is required to have a value
IsSharedSpecifies that this is a shared attribute. This means more than one object can access this attribute.
LastUpdate (inherited from DBObject)The last time that this object was updated.
LastUpdatedBy (inherited from DBObject)The person or user who last updated this object
NameThe Name of this attribute
OwnerThe object that this Attribute Type belongs to
SuffixThe text which should follow the Value of the attribute
UseRichTextEditor Applicable to Multiline strings only, specifies that, if available, a rich-text editor should be used for editing

See Also

AttribType Class | Shunde.Common Namespace