validationrule

package
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const VALIDATION_RULE_TRANSLATION_NAME = "ValidationRuleTranslation"

Variables

This section is empty.

Functions

This section is empty.

Types

type ValidationRule

type ValidationRule struct {
	ErrorMessage struct {
		Text string `xml:",chardata"`
	} `xml:"errorMessage"`
	Name struct {
		Text string `xml:",chardata"`
	} `xml:"name"`
}

type ValidationRuleTranslation

type ValidationRuleTranslation struct {
	metadata.MetadataInfo
	XMLName      xml.Name `xml:"ValidationRuleTranslation"`
	Xmlns        string   `xml:"xmlns,attr"`
	ErrorMessage struct {
		Text string `xml:",chardata"`
	} `xml:"errorMessage"`
	Name struct {
		Text string `xml:",chardata"`
	} `xml:"name"`
}

func Open

func Open(path string) (*ValidationRuleTranslation, error)

func (*ValidationRuleTranslation) NameFromPath

func (*ValidationRuleTranslation) SetMetadata

func (*ValidationRuleTranslation) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL