Click or drag to resize
Resource Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsResource

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class Resource : StateManager, IEquatable<Resource>, 
	ICustomTypeDescriptor

The Resource type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Resource)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Properties
  NameDescription
Public propertyAttributes
Gets the collection of arbitrary attributes that do not correspond to properties on the resource.
Public propertyAvailable
Gets or sets a value indicating if the resource is a available.
Public propertyCssClass
Gets or sets the cascading style sheet (CSS) class rendered for appointments that use this resource.
Public propertyDataItem
Gets or sets the data item represented by the Resource object in the KaxScheduler control.
Public propertyHeaderControls
Public propertyKey
Gets or sets a value indicating the resource primary key value.
Public propertyText
Gets or sets a value indicating the user-friendly description of the resource.
Public propertyType
Gets or sets a value indicating the resource type.
Top
See Also