Class CalObject
Inheritance
System.Object
CalObject
Namespace: Telerik.UI.Xaml.Controls.Scheduler.ICalendar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CalObject : Object, IEquatable<CalObject>
Constructors
CalObject(String)
Declaration
public CalObject(string name)
Parameters
|
System.String
name
|
Properties
Children
Declaration
public Collection<CalObject> Children { get; }
Property Value
|
System.Collections.ObjectModel.Collection<CalObject>
|
Item[String]
Declaration
public CalProperty this[string propertyName] { get; }
Parameters
|
System.String
propertyName
|
Property Value
|
CalProperty
|
Name
Declaration
public string Name { get; }
Property Value
|
System.String
|
Properties
Declaration
public Collection<CalProperty> Properties { get; }
Property Value
|
System.Collections.ObjectModel.Collection<CalProperty>
|
Methods
AddChildren(String)
Declaration
public CalObject AddChildren(string name)
Parameters
|
System.String
name
|
Returns
|
CalObject
|
AddProperty(String, String)
Declaration
public CalProperty AddProperty(string key, string value)
Parameters
|
System.String
key
|
|
System.String
value
|
Returns
|
CalProperty
|
AddProperty(String, String, String, String)
Declaration
public CalProperty AddProperty(string key, string value, string parameterKey, string parameterValue)
Parameters
|
System.String
key
|
|
System.String
value
|
|
System.String
parameterKey
|
|
System.String
parameterValue
|
Returns
|
CalProperty
|
ContainsProperty(String)
Declaration
public bool ContainsProperty(string name)
Parameters
|
System.String
name
|
Returns
|
System.Boolean
|
Equals(CalObject)
GetChildrenByName(String)
Declaration
public IList<CalObject> GetChildrenByName(string name)
Parameters
|
System.String
name
|
Returns
|
System.Collections.Generic.IList<CalObject>
|