Show / Hide Table of Contents

Class Blaise5DataLookupFieldInformation

Inheritance
object
Blaise5DataLookupFieldInformation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Blaise5DataLookupFieldInformation

Properties

Identifier

Declaration
public Guid Identifier { get; set; }
Property Value
Type Description
Guid

IsAssigned

Declaration
public bool IsAssigned { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX