Back to Devexpress

CaptionHelper Methods

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-underscore-methods.md

latest9.0 KB
Original Source

CaptionHelper Methods

Exposes static methods used to localize display captions in an XAF application.

NameDescription
ConvertCompoundName(String, CompoundNameConvertStyle) staticConverts a compound name according to the specified CompoundNameConvertStyle mode.
ConvertCompoundName(String) staticConverts a compound name so that the words forming the name are separated by white spaces.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
FindGroupNode(IModelApplication, String) staticProvides access to the LocalizationGroup node corresponding to a specific group path.
FindGroupNode(String) staticProvides access to the LocalizationGroup node corresponding to a specific group path.
GetActionCaption(String) staticReturns the display caption corresponding to an Action.
GetAspectByCultureInfo(CultureInfo) staticReturns the language identifier for a specific culture.
GetBoolText(Boolean) staticReturns the default display caption corresponding to a Boolean value.
GetClassCaption(String) staticReturns the display caption corresponding to a business class.
GetCultureInfoByAspect(String) staticReturns the culture which corresponds to a specific language identifier.
GetDisplayText(Object) staticReturns the value of the specified object’s default member.
GetFullMemberCaption(ITypeInfo, String) staticThis method is intended for internal use.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLastMemberPartCaption(Type, String) staticThis method is intended for internal use.
GetLocalizedItems(String) staticReturns the names and values of all the localization items for a particular LocalizationGroup.
GetLocalizedText(String, String, Object[]) staticReturns the value of a specified LocalizationItem.
GetLocalizedText(String, String, String) staticReturns the value of a specified LocalizationItem.
GetLocalizedText(String, String) staticReturns the value of a specified LocalizationItem.
GetMemberCaption(IMemberInfo) staticReturns the display caption corresponding to a business class‘ property.
GetMemberCaption(ITypeInfo, String) staticReturns the display caption corresponding to a business class‘ property.
GetMemberCaption(Type, String) staticReturns the display caption corresponding to a business class‘ property.
GetModelLocalizationGroup(String) staticGets a node that contains a group of localizable items by its path.
GetParentAspect(String) staticReturns the neutral culture for a given specific culture.
GetService(IServiceProvider) static
GetType()Gets the Type of the current instance. Inherited from Object.
IsAncestorAspect(String, String) staticThis method is intended for internal use.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RemoveModelApplicationIfNeed(IModelApplication) staticThis method is intended for internal use.
SetLocalizedText(IModelLocalizationGroup, IList<String>, IList<String>) staticPerforms a batch update of the IModelLocalizationItem.Value property values for the LocalizationItem child nodes of a particular LocalizationGroup node.
Setup(IModelApplication) staticInitializes the CaptionHelper.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace