Class IgnoreElement
Represents Schema Ignore Element.
Inheritance
System.Object
IgnoreElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Meta.Schema
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class IgnoreElement
Constructors
IgnoreElement()
Initializes a new instance of the IgnoreElement class.
Declaration
public IgnoreElement()
Properties
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
NamePattern
Gets or sets the key pattern.
Declaration
public string NamePattern { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key pattern. |
ParentKeys
Gets or sets the parent keys.
Declaration
public string ParentKeys { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent keys. |
Methods
GetParentKeyPatterns()
Gets the parent keys.
Declaration
public string[] GetParentKeyPatterns()
Returns
Type | Description |
---|---|
System.String[] |