Class BlockoutSettings
A class that holds settings for blockout.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class BlockoutSettings : EJTagHelper
Constructors
BlockoutSettings()
Declaration
public BlockoutSettings()
Properties
CustomStyle
Gets or sets the value which applies the custom CSS to the block intervals.
Declaration
[JsonProperty("customStyle")]
public string CustomStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the value which applies the custom CSS to the block intervals. |
DataSource
Gets or sets the the BlockoutSettings data collections.
Declaration
[HtmlAttributeName("datasource")]
[JsonProperty("dataSource")]
[JsonConverter(typeof(DataManagerConverter))]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | It accepts the BlockoutSettings data collections. |
Enable
Gets or sets a value that indicates whether to enable or disbale BlockoutSettings for Schedule.
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the boolean value and enable or disbale BlockoutSettings based on it. |
EndTime
Gets or sets the end time value for blockout collection.
Declaration
[JsonProperty("endTime")]
public string EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the end time value for blockout collection. |
GroupId
Gets or sets the resource group id value.
Declaration
[JsonProperty("groupId")]
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the resource group id value. |
Id
Gets or sets the id value for blockout collection.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the id value for blockout collection. |
IsAllDay
Gets or sets the value which indicates whether an entire day is blocked or not.
Declaration
[JsonProperty("isAllDay")]
public string IsAllDay { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the value which indicates whether an entire day is blocked or not. |
IsBlockAppointment
Gets or sets the value which indicates whether to allow / restrict the CRUD operations on appointments that lies on the blocked area.
Declaration
[JsonProperty("isBlockAppointment")]
public string IsBlockAppointment { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the value to allow / restrict the CRUD operations on appointments that lies on the blocked area. |
Query
Gets or sets the query value for BlockoutSettings.
Declaration
[JsonProperty("query")]
[JsonConverter(typeof(QueryConverter))]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the BlockoutSettings query value. |
ResourceId
Gets or sets the resource id value.
Declaration
[JsonProperty("resourceId")]
public string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the resource id value. |
StartTime
Gets or sets the start time value for blockout collection.
Declaration
[JsonProperty("startTime")]
public string StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the start time value for blockout collection. |
Subject
Gets or sets the subject value for blockout collection.
Declaration
[JsonProperty("subject")]
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the subject value for blockout collection. |
TableName
Gets or sets the blockout collections table name.
Declaration
[JsonProperty("tableName")]
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the name of the table. |
TemplateId
Gets or sets the id value of Block appointments template.
Declaration
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the block appointments template id value. |