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.
|
Properties
Children
Declaration
public Collection<CalObject> Children { get; }
Property Value
System.
|
Item[String]
Declaration
public CalProperty this[string propertyName] { get; }
Parameters
System.
|
Property Value
Name
Declaration
public string Name { get; }
Property Value
System.
|
Properties
Declaration
public Collection<CalProperty> Properties { get; }
Property Value
System.
|
Methods
AddChildren(String)
Declaration
public CalObject AddChildren(string name)
Parameters
System.
|
Returns
AddProperty(String, String)
Declaration
public CalProperty AddProperty(string key, string value)
Parameters
System.
|
System.
|
Returns
AddProperty(String, String, String, String)
Declaration
public CalProperty AddProperty(string key, string value, string parameterKey, string parameterValue)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
ContainsProperty(String)
Declaration
public bool ContainsProperty(string name)
Parameters
System.
|
Returns
System.
|
Equals(CalObject)
GetChildrenByName(String)
Declaration
public IList<CalObject> GetChildrenByName(string name)
Parameters
System.
|
Returns
System.
|