Class ResourceFields
A class that holds resource fields.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ResourceFields : EJTagHelper
Constructors
ResourceFields()
Declaration
public ResourceFields()
Properties
AppointmentClass
Gets or sets the custom CSS class name to appointments depicting to the resource it belongs.
Declaration
[JsonProperty("appointmentClass")]
public string AppointmentClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the custom CSS class name to appointments depicting to the resource it belongs. |
Color
Gets or sets the color value for resource data.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the color value for resource data. |
DataSource
Gets or sets the resource data collection.
Declaration
[JsonProperty("dataSource")]
[JsonConverter(typeof(DataManagerConverter))]
[HtmlAttributeName("datasource")]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | It accepts value as resource data collection. |
End
Gets or sets the end hour value for resource workhour.
Declaration
[JsonProperty("end")]
public string End { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the end hour value for resource workhour. |
GroupId
Gets or sets the groupId value for resource data.
Declaration
[JsonProperty("groupId")]
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the groupId value for resource data. |
Id
Gets or sets the id value for resource data.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the id value for resource data. |
Query
Gets or sets the query value for resource data.
Declaration
[JsonProperty("query")]
[JsonConverter(typeof(QueryConverter))]
public object Query { get; set; }
Property Value
Type | Description |
---|---|
System.Object | It accepts the query value for resource data. |
RenderDates
Gets or sets the resource custom date value.
Declaration
[JsonProperty("renderDates")]
public string RenderDates { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the resource custom date value. |
Start
Gets or sets the start hour value for resource workhour.
Declaration
[JsonProperty("start")]
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the start hour value for resource workhour. |
TableName
Gets or sets the name of the table.
Declaration
[JsonProperty("tableName")]
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the name of the table. |
Text
Gets or sets the text value for resource data.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the text value for resource data. |
WorkWeek
Gets or sets the resource workweek value.
Declaration
[JsonProperty("workWeek")]
public string WorkWeek { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the resource workweek value. |