Show / Hide Table of Contents

Class MultilingualStringNode

Represents a node for the AllLanguages editor. This node type may be displayed as a breadcrumb in modern navigation views.

Inheritance
System.Object
NotificationObject
Node
MultilingualStringNode
Inherited Members
Node.ItemType
Node.Identifier
Node.Header
Node.ToolTip
Node.Path
Node.Children
Node.AreChildrenEditable
Node.AreChildrenRemote
Node.AutoExpandChildren
Node.Parent
Node.IsExpanded
Node.IsSelected
Node.IsRare
Node.ExternalLink
Node.IsLocalUpdateAvailable
Node.IsRemoteUpdateAvailable
Node.IsUpdateAvailable
Node.IsLocallyModified
Node.IsDeprecated
Node.IsReadOnly
Node.IsChildOfLockedItem
Node.GetClient()
Node.IsItemUnderType<T>()
Node.GetParentOfType<T>()
Node.GetParentNodeWithVersionable()
Node.IsUnderEditableParent
Node.IsStatic
Node.CopyPropertiesIfNodeIsMatch(Node)
Node.GetFlattenedChildren(Collection<Node>)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.ViewModel.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class MultilingualStringNode : Node

Constructors

MultilingualStringNode(MultilingualString, Node)

Initializes a new instance of the MultilingualStringNode class.

Declaration
public MultilingualStringNode(MultilingualString str, Node parent)
Parameters
Type Name Description
MultilingualString str

The multilingual string being edited.

Node parent

The parent node of this node.

Properties

String

Gets the MultilingualString which is being edited.

Declaration
public MultilingualString String { get; protected set; }
Property Value
Type Description
MultilingualString

Extension Methods

Extensions.Yield<T>(T)
DdiNodeExtensions.FindNearestResourcePackage(Node)
Back to top Copyright © 2009-2018 Colectica