Interface ICustomInfoProperties
Data container for all kinds of custom information
Inherited Members
System.ICloneable.Clone()
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ICustomInfoProperties : ICloneable
Properties
NamespaceUri
Uniquely identifies the type of info this represents.
Declaration
string NamespaceUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
To avoid universal name clashes we strongly recommend that you use a string that resembles a URI for your company. (This does not need to be a functional URI, it is used only to uniquely identify global categories of information.)
Examples
http://www.sdl.com/FileTypeSupport/Framework/2.0/MyCategoryOfInformation
ValueXml
Value that this custom information represents. This should be valid in XML form.
Declaration
string ValueXml { get; set; }
Property Value
Type | Description |
---|---|
System.String |