Class Category
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Category.
Inheritance
object ←
Carrier ←
Category
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get Category 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var category = agent.GetCategory( 123 );
Constructors
Category()
Default constructor - defaults any enum props to 0.
Properties
CategoryGroup
Enum of the group this category belongs to, static list of 5 groups
NULL if unknown enum value.
Property Value
CategoryGroup?
See Also
Category.CategoryGroup_String
CategoryGroup_String
Enum of the group this category belongs to, static list of 5 groups
Raw string enum value.
Property Value
string
See Also
Category.CategoryGroup
Deleted
True if the category is deleted
Property Value
bool
EnableLeadStatus
True if the category should enable lead status
Property Value
bool
Id
The category identifier
Property Value
int
Rank
The rank of the category
Property Value
short
The category description
Property Value
string
Value
The category name
Property Value
string
See Also
ListAgent