Class CalProperty
ICalendar Property object.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class CalProperty : Object, IEquatable<CalProperty>
Constructors
CalProperty(String, String)
Initializes a new instance of the CalProperty class.
Declaration
public CalProperty(string name, string value)
Parameters
System.String
name
The name. |
System.String
value
The value. |
Properties
Item[String]
Gets the System.String with the specified key.
Declaration
public string this[string key] { get; }
Parameters
System.String
key
|
Property Value
System.String
|
Name
Gets or sets the property name.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
Parameters
Gets or sets the parameters.
Declaration
public Dictionary<string, string> Parameters { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
The parameters. |
Value
Gets or sets the value.
Declaration
public string Value { get; }
Property Value
System.String
The value. |
Methods
Equals(CalProperty)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(CalProperty other)
Parameters
CalProperty
other
An object to compare with this object. |
Returns
System.Boolean
True if the current object is equal to the |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |