Class ProductAttributeType
Describes a product attribute type.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class ProductAttributeType : JTObject
Properties
Description
Description of the product attribute type.
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsCustomSort
Indicates whether the ProductAttributeValues associated with this ProductAttributeType have been assigned a custom sort order.
Declaration
public bool IsCustomSort { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ProductAttributeTypeId
Identifies the product attribute type.
Declaration
public int ProductAttributeTypeId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ProductAttributeTypeName
Name of the product attribute type.
Declaration
public string ProductAttributeTypeName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |