Class ResourceDetails<T>
A class that represents the details of a resource.
Inheritance
System.Object
ResourceDetails<T>
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResourceDetails<T> : Object
Type Parameters
Name | Description |
---|---|
T | The type of the resource data source model. |
Constructors
ResourceDetails()
Declaration
public ResourceDetails()
Properties
GroupData
Gets the data for the resource fields.
Declaration
public T GroupData { get; set; }
Property Value
Type |
---|
T |
Resource
Gets the resource model data, including the field mapping options used within it.
Declaration
public Resource Resource { get; }
Property Value
Type |
---|
Resource |
ResourceChild
Gets the child level resources in compact mode.
Declaration
public List<ResourceDetails<T>> ResourceChild { get; }
Property Value
Type |
---|
System.Collections.Generic.List<ResourceDetails<T>> |
ResourceData
Gets the child resource data.
Declaration
public object ResourceData { get; }
Property Value
Type |
---|
System.Object |
ResourceId
Gets the Id of the current resource in compact mode.
Declaration
public string ResourceId { get; }
Property Value
Type |
---|
System.String |
ResourceName
Gets the name of the current resource in compact mode.
Declaration
public string ResourceName { get; }
Property Value
Type |
---|
System.String |