menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceFields

    Show / Hide Table of Contents

    Class ResourceFields

    A class that holds resource fields.

    Inheritance
    System.Object
    EJTagHelper
    ResourceFields
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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: 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved