Show / Hide Table of Contents

Class CustomObjectMetadata

Bootstrap metadata for a Custom Object table.

Carrier object for CustomObjectMetadata. Services for the CustomObjectMetadata Carrier is available from the CustomObject Agent.
Inheritance
object
CustomObjectMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.2.0.0")]
public class CustomObjectMetadata

Constructors

CustomObjectMetadata()

Default constructor

Declaration
public CustomObjectMetadata()
See Also
ICustomObjectAgent

Properties

FlagHidden

True if the Custom Object is hidden from the navigator.

Declaration
[DataMember]
public virtual bool FlagHidden { get; set; }
Property Value
Type Description
bool
See Also
ICustomObjectAgent

FlagHideId

True if the primary key field should be hidden in the UI.

Declaration
[DataMember]
public virtual bool FlagHideId { get; set; }
Property Value
Type Description
bool
See Also
ICustomObjectAgent

FlagShowInFind

True if the Custom Object should appear in the Find dialog.

Declaration
[DataMember]
public virtual bool FlagShowInFind { get; set; }
Property Value
Type Description
bool
See Also
ICustomObjectAgent

FlagShowInNavigator

True if the Custom Object should appear in the navigator.

Declaration
[DataMember]
public virtual bool FlagShowInNavigator { get; set; }
Property Value
Type Description
bool
See Also
ICustomObjectAgent

HasWebPanels

True if the Custom Object has web panel archives configured.

Declaration
[DataMember]
public virtual bool HasWebPanels { get; set; }
Property Value
Type Description
bool
See Also
ICustomObjectAgent

IconHint

Icon hint string for the UI.

Declaration
[DataMember]
public virtual string IconHint { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

Name

User-visible name of the Custom Object.

Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

Relations

Relations to other entities.

Declaration
[DataMember]
public virtual CustomObjectRelation[] Relations { get; set; }
Property Value
Type Description
CustomObjectRelation[]
See Also
ICustomObjectAgent

TableName

Database table name, e.g. 'y_equipment'.

Declaration
[DataMember]
public virtual string TableName { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
ICustomObjectAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ICustomObjectAgent

See Also

ICustomObjectAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top