Search Results for

    Show / Hide Table of Contents

    Class PostAvaSourceOptions

    Options for conversions from AVA

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

    Properties

    | Improve this Doc View Source

    TryAutoGenerateItemNumbersAndSchema

    If this is set to true, AVACloud will try to generate item numbers
    and an item number schema automatically for the input project.
    The operation will not have any effect if either an item number schema
    is already present, or if any of the elements already has an item number.

    Declaration
    [JsonProperty("tryAutoGenerateItemNumbersAndSchema", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool TryAutoGenerateItemNumbersAndSchema { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    FromJson(String)

    Declaration
    public static PostAvaSourceOptions FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    PostAvaSourceOptions
    | 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
    In This Article
    Back to top © Dangl IT GmbH