Click or drag to resize

FaultBrokenRules Property

Possible list of broken business validation rules. Use to provide specific fault information to the service consumer.

Namespace:  Tse.EasyBook.Server.DataContracts.Faults
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<BrokenBusinessRule> BrokenRules { get; set; }

Property Value

Type: IListBrokenBusinessRule
See Also