C# Class SenseNet.ContentRepository.Fields.ImageField

Inheritance: Field, SenseNet.ContentRepository.Xpath.IXmlAttributeOwner
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetImageMode ( ImageFieldData data ) : ImageRequestMode
GetImageUrl ( ImageRequestMode imageMode, ImageFieldData data, int contentId, string binaryPropertyName ) : string
GetSizeUrlParams ( ImageRequestMode imageMode, int width, int height ) : string
GetXmlAttribute ( string name ) : string
GetXmlAttributeNames ( ) : IEnumerable
SetThumbnailReference ( System.Image thumbnailImage ) : bool

Méthodes protégées

Méthode Description
ConvertFrom ( object value ) : object[]
ConvertTo ( object handlerValues ) : object
GetXmlData ( ) : string
ImportData ( XmlNode fieldNode, ImportContext context ) : void
WriteXmlData ( XmlWriter writer ) : void

Private Methods

Méthode Description
IsRelationalEngineQuery ( ) : bool

Method Details

ConvertFrom() protected méthode

protected ConvertFrom ( object value ) : object[]
value object
Résultat object[]

ConvertTo() protected méthode

protected ConvertTo ( object handlerValues ) : object
handlerValues object
Résultat object

GetImageMode() public static méthode

public static GetImageMode ( ImageFieldData data ) : ImageRequestMode
data ImageFieldData
Résultat ImageRequestMode

GetImageUrl() public static méthode

public static GetImageUrl ( ImageRequestMode imageMode, ImageFieldData data, int contentId, string binaryPropertyName ) : string
imageMode ImageRequestMode
data ImageFieldData
contentId int
binaryPropertyName string
Résultat string

GetSizeUrlParams() public static méthode

public static GetSizeUrlParams ( ImageRequestMode imageMode, int width, int height ) : string
imageMode ImageRequestMode
width int
height int
Résultat string

GetXmlAttribute() public méthode

public GetXmlAttribute ( string name ) : string
name string
Résultat string

GetXmlAttributeNames() public méthode

public GetXmlAttributeNames ( ) : IEnumerable
Résultat IEnumerable

GetXmlData() protected méthode

protected GetXmlData ( ) : string
Résultat string

ImportData() protected méthode

protected ImportData ( XmlNode fieldNode, ImportContext context ) : void
fieldNode System.Xml.XmlNode
context ImportContext
Résultat void

SetThumbnailReference() public méthode

public SetThumbnailReference ( System.Image thumbnailImage ) : bool
thumbnailImage System.Image
Résultat bool

WriteXmlData() protected méthode

protected WriteXmlData ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void