Class TransformType
[Serializable]
public class TransformType
- Inheritance
-
TransformType
- Inherited Members
Properties
Algorithm
[Required(AllowEmptyStrings = true)]
public string Algorithm { get; set; }
Property Value
Any
[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }
Property Value
AnySpecified
Gets a value indicating whether the Any collection is empty.
public bool AnySpecified { get; }
Property Value
Text
public string[] Text { get; set; }
Property Value
- string[]
XPath
[AllowNull]
[MaybeNull]
public Collection<string> XPath { get; set; }
Property Value
XPathSpecified
Gets a value indicating whether the XPath collection is empty.
public bool XPathSpecified { get; }