Show / Hide Table of Contents

Class WepallFile

Output files after generating code (API call)

Inheritance
System.Object
WepallFile
Namespace: UrlLib.Models
Assembly: UrlLib.dll
Syntax
public class WepallFile

Constructors

WepallFile()

Declaration
public WepallFile()

WepallFile(String, String)

Declaration
[JsonConstructor]
public WepallFile(string name, string content)
Parameters
Type Name Description
System.String name
System.String content

Properties

Content

File content

Declaration
[JsonInclude]
public string Content { get; set; }
Property Value
Type Description
System.String

Name

File name

Declaration
[JsonInclude]
public string Name { get; set; }
Property Value
Type Description
System.String

Operators

Explicit(WepallFile to (String, String))

Declaration
public static explicit operator (string, string)(WepallFile wfile)
Parameters
Type Name Description
WepallFile wfile
Returns
Type Description
System.ValueTuple<System.String, System.String>

Implicit((String, String) to WepallFile)

Declaration
public static implicit operator WepallFile((string, string) v)
Parameters
Type Name Description
System.ValueTuple<System.String, System.String> v
Returns
Type Description
WepallFile
In This Article
Back to top Wepall 2021. All rights reserved.