Class CustomAttributes
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of custom attributes.
public class CustomAttributes : GlobalSerializableClassicBase
- Inheritance
-
CustomAttributes
Constructors
CustomAttributes()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.CustomAttributes class.
public CustomAttributes()
Properties
Items
Gets or sets the items in the collection.
public CustomAttributesCollection Items { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.CustomAttributes cloned from this object.
public CustomAttributes Clone()
Returns
- CustomAttributes
A CENTREL.XIA.Configuration.Types.CustomAttributes.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.CustomAttributes class from the specified XML.
public static CustomAttributes FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- CustomAttributes
A CENTREL.XIA.Configuration.Types.CustomAttributes class.
ToString()
Returns the custom attributes as a human readable string.
public override string ToString()
Returns
- string
The custom attributes as a human readable string.