Show / Hide Table of Contents

    Class STLBReferenceDto

    This class represents a specialized reference to the German STLB "Standardleistungsbuch Bau". The STLB is a commercial offering and describes common services in the construction sector. When this is used, this describes the exact type of a service via a reference to this standard

    Inheritance
    System.Object
    STLBReferenceDto
    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 STLBReferenceDto : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    CatalogueName

    The name of the catalogue within the STLB

    Declaration
    [JsonProperty("catalogueName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string CatalogueName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CostGroup

    The cost group this service is associated with

    Declaration
    [JsonProperty("costGroup", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string CostGroup { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Group

    The name of the group in STLB

    Declaration
    [JsonProperty("group", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Group { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Keys

    These keys may optionally be used to further reference multiple, specific items within the STLB

    Declaration
    [JsonProperty("keys", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ObservableCollection<STLBKeyDto> Keys { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<STLBKeyDto>
    | Improve this Doc View Source

    ServiceArea

    The service area (or type) in the STLB

    Declaration
    [JsonProperty("serviceArea", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ServiceArea { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    VersionDate

    The date of the STLB version. Typically, only the Year and Month are used

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

    Methods

    | Improve this Doc View Source

    FromJson(String)

    Declaration
    public static STLBReferenceDto FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    STLBReferenceDto
    | 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