Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "UiFormatSpecificationSet"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UiFormatSpecificationSet ¶
type UiFormatSpecificationSet struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"UiFormatSpecificationSet"`
Xmlns string `xml:"xmlns,attr"`
Field struct {
Text string `xml:",chardata"`
} `xml:"field"`
FormatType struct {
Text string `xml:",chardata"`
} `xml:"formatType"`
MasterLabel struct {
Text string `xml:",chardata"`
} `xml:"masterLabel"`
SobjectType struct {
Text string `xml:",chardata"`
} `xml:"sobjectType"`
UiFormatSpecifications []struct {
FormatProperties struct {
Text string `xml:",chardata"`
} `xml:"formatProperties"`
FormatType struct {
Text string `xml:",chardata"`
} `xml:"formatType"`
Order struct {
Text string `xml:",chardata"`
} `xml:"order"`
VisibilityRule struct {
Criteria []struct {
LeftValue struct {
Text string `xml:",chardata"`
} `xml:"leftValue"`
Operator struct {
Text string `xml:",chardata"`
} `xml:"operator"`
RightValue struct {
Text string `xml:",chardata"`
} `xml:"rightValue"`
} `xml:"criteria"`
BooleanFilter struct {
Text string `xml:",chardata"`
} `xml:"booleanFilter"`
} `xml:"visibilityRule"`
} `xml:"uiFormatSpecifications"`
}
func Open ¶
func Open(path string) (*UiFormatSpecificationSet, error)
func (*UiFormatSpecificationSet) SetMetadata ¶
func (c *UiFormatSpecificationSet) SetMetadata(m metadata.MetadataInfo)
func (*UiFormatSpecificationSet) Type ¶
func (c *UiFormatSpecificationSet) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.