Class TagPairDefinition
Definition of a TagPair. Can be referenced by multiple TagPair elements.
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class TagPairDefinition : SkeletonItem
Constructors
TagPairDefinition(Int32, String, String)
Initializes a new instance of the TagPairDefinition class.
Declaration
public TagPairDefinition(int id, string startTagContent, string endTagContent)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | |
String | startTagContent | |
String | endTagContent |
TagPairDefinition(String, String)
Initializes a new instance of the TagPairDefinition class.
Declaration
public TagPairDefinition(string startTagContent, string endTagContent)
Parameters
Type | Name | Description |
---|---|---|
String | startTagContent | |
String | endTagContent |
Properties
EndTagContent
Gets or sets the raw end tag content. Can not be null or empty.
Declaration
public string EndTagContent { get; set; }
Property Value
Type | Description |
---|---|
String | The raw end tag content. |
EndTagDisplayText
Gets or sets the end tag display text.
Declaration
public string EndTagDisplayText { get; set; }
Property Value
Type | Description |
---|---|
String | The end tag display text. |
StartTagContent
Gets or sets the raw start tag conten. Can not be null or empty.
Declaration
public string StartTagContent { get; set; }
Property Value
Type | Description |
---|---|
String | The raw start tag content. |
StartTagDisplayText
Gets or sets the start tag display text.
Declaration
public string StartTagDisplayText { get; set; }
Property Value
Type | Description |
---|---|
String | The start tag display text. |