Show / Hide Table of Contents

    Class CipAttribute

    Class that represents an attribute.

    Inheritance
    System.Object
    CipAttribute
    Implements
    IParsedAttribute
    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.Models
    Assembly: Fibula.Parsing.CipFiles.dll
    Syntax
    public class CipAttribute : IParsedAttribute

    Properties

    | Improve this Doc View Source

    Name

    Gets or sets the attribute's name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Gets or sets the attribute's value.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    Implements

    IParsedAttribute

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.