Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class CustomObjectMetadata
public CustomObjectMetadata()
public virtual bool FlagHidden { get; set; }
public virtual bool FlagHideId { get; set; }
public virtual bool FlagShowInFind { get; set; }
public virtual bool FlagShowInNavigator { get; set; }
public virtual bool HasWebPanels { get; set; }
public virtual string IconHint { get; set; }
public virtual string Name { get; set; }
public virtual CustomObjectRelation[] Relations { get; set; }
public virtual string TableName { get; set; }
Was this page helpful?