API Reference
Class
ContentLineProperty
One ordered property in an iCalendar component or vCard.
Inheritance
- Object
- ContentLineProperty
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Extension method ContentLineComponent.AddRecurrenceRule
- Extension method ContentLineComponent.AddVCardText
- Extension method ContentLineComponent.SetTemporalValue
- Extension method ContentLineComponent.SetVCardText
- Method ContentLineComponent.AddProperty
- Method ContentLineComponent.GetFirstProperty
- Method ContentLineComponent.GetProperties
- Method ContentLineComponent.SetProperty
- Property ContentLineComponent.Properties
- Method ContentLineProperty.SetParameter
- Method IcsComponentExtensions.AddRecurrenceRule
- Method IcsComponentExtensions.SetTemporalValue
- Method VCardComponentExtensions.AddVCardText
- Method VCardComponentExtensions.SetVCardText
Accepted by parameters
- Method IcsTemporalValue.ApplyTo
- Method IcsTemporalValue.Parse
- Method IcsTemporalValue.TryParse
Constructors
public ContentLineProperty(String name, String value = "") #Creates a property with its raw, still format-escaped value.
Parameters
- name System.String
- value System.String = ""
Methods
public ContentLineParameter GetParameter(String name) #Returns:
ContentLineParameterReturns the first parameter matching name.
Parameters
- name System.String
public ContentLineProperty SetParameter(String name, params String[] values) #Returns:
ContentLinePropertyReplaces every matching parameter with one parameter containing the supplied values.
Parameters
- name System.String
- values System.String[]
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Group { get; set; } #Optional vCard property group.
public String Name { get; set; } #Property name. Names are compared case-insensitively by lookup helpers.
public IList<ContentLineParameter> Parameters { get; } #Ordered parameters, including repeated parameter names.
public String Value { get; set; } #Raw property value after the first unquoted colon.