DataAnnotationsModelMetadata.GetSimpleDisplayText Method

Definition

Returns text to display for the model when the model represents a complex object.

protected:
 override System::String ^ GetSimpleDisplayText();
protected override string GetSimpleDisplayText ();
override this.GetSimpleDisplayText : unit -> string
Protected Overrides Function GetSimpleDisplayText () As String

Returns

The text to display for a complex object. If there is a DisplayColumnAttribute attribute for the model, the default is the name of the display column. Otherwise the default is determined by calling the GetSimpleDisplayText() method of the ModelMetadata base class.

Applies to