Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ResourceStorage Class / Mappings Property

In This Topic
    Mappings Property (ResourceStorage)
    In This Topic
    Gets or sets the MappingCollectionBase<T> derived object that allows the properties of objects maintained by the current collection to be bound to the appropriate fields in the data source.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("Storage.Mappings", "The collection of mappings.")>
    Public Property Mappings As BaseObjectMappingCollection(Of Resource)
    [C1Category("Data")]
    [C1Description("Storage.Mappings", "The collection of mappings.")]
    public BaseObjectMappingCollection<Resource> Mappings {get; set;}
    See Also