Struct DocumentRef
Assembly: Glitch9.AIDevKit.dll
Syntax
public readonly struct DocumentRef
Constructors
|
Edit this page
View Source
DocumentRef(string, string)
Declaration
public DocumentRef(string name = null, string url = null)
Parameters
Properties
|
Edit this page
View Source
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
|
Edit this page
View Source
IsNotEmpty
Declaration
public bool IsNotEmpty { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Url
Declaration
public string Url { get; }
Property Value
Extension Methods