Show / Hide Table of Contents

    Class STLBKeyDto

    This class represents a single key reference within the German STLB "Standardleistungsbuch Bau"

    Inheritance
    System.Object
    STLBKeyDto
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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: Dangl.AVACloud.Client
    Assembly: Dangl.AVACloud.Client.dll
    Syntax
    public class STLBKeyDto : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ArtIdentifier

    This identifier is required and uniquely describes a single reference within the STLB standard. It maps to "ArtChrIdent" in GAEB XML

    Declaration
    [JsonProperty("artIdentifier", Required = Required.Always)]
    public int ArtIdentifier { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ArtIndex

    This optional index property further categorizes a single reference within the STLB standard. It maps to "ArtChIdx" in GAEB XML

    Declaration
    [JsonProperty("artIndex", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? ArtIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    KindIdentifier

    This optional identifier further specifies the execution kind of the reference in the STLB standard. It maps to "ChVIdent" in GAEB XML

    Declaration
    [JsonProperty("kindIdentifier", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? KindIdentifier { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    | Improve this Doc View Source

    FromJson(String)

    Declaration
    public static STLBKeyDto FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    STLBKeyDto
    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH