Class CipItemAttributeExtensions
Helper class that contains extension methods for CipItemAttributes.
Inheritance
System.Object
CipItemAttributeExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Parsing.CipFiles.Extensions
Assembly: Fibula.Parsing.CipFiles.dll
Syntax
public static class CipItemAttributeExtensions
Methods
| Improve this Doc View SourceToItemAttribute(CipItemAttribute)
Converts a CipItemAttribute to an ItemAttribute.
Declaration
public static ItemAttribute? ToItemAttribute(this CipItemAttribute cipAttribute)
Parameters
Type | Name | Description |
---|---|---|
CipItemAttribute | cipAttribute | The Cip item attribute to convert. |
Returns
Type | Description |
---|---|
System.Nullable<ItemAttribute> | The ItemAttribute picked, if any. |