C# Class FlatRedBall.Glue.SaveClasses.ReferencedFileSaveExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
GetAssetTypeInfo ( this instance ) : AssetTypeInfo
GetCanUseContentPipeline ( this instance ) : bool
GetContainer ( this instance ) : IElement
GetContainerType ( this instance ) : ContainerType
GetGeneratesMember ( this instance ) : bool
GetInstanceName ( this instance ) : string
GetIsFileOutOfDate ( this instance, string absoluteSourceName, string absoluteDestinationName ) : bool
GetTypeForCsvFile ( this referencedFileSave, string alternativeFileName = null ) : string
GetUnqualifiedTypeForCsv ( this referencedFileSave, string alternativeFileName = null ) : string
IsFileSourceForThis ( this instance, string fileName ) : bool
ReferencedFileSaveToString ( ReferencedFileSave instance ) : string

Method Details

GetAssetTypeInfo() public static méthode

public static GetAssetTypeInfo ( this instance ) : AssetTypeInfo
instance this
Résultat AssetTypeInfo

GetCanUseContentPipeline() public static méthode

public static GetCanUseContentPipeline ( this instance ) : bool
instance this
Résultat bool

GetContainer() public static méthode

public static GetContainer ( this instance ) : IElement
instance this
Résultat IElement

GetContainerType() public static méthode

public static GetContainerType ( this instance ) : ContainerType
instance this
Résultat ContainerType

GetGeneratesMember() public static méthode

public static GetGeneratesMember ( this instance ) : bool
instance this
Résultat bool

GetInstanceName() public static méthode

public static GetInstanceName ( this instance ) : string
instance this
Résultat string

GetIsFileOutOfDate() public static méthode

public static GetIsFileOutOfDate ( this instance, string absoluteSourceName, string absoluteDestinationName ) : bool
instance this
absoluteSourceName string
absoluteDestinationName string
Résultat bool

GetTypeForCsvFile() public static méthode

public static GetTypeForCsvFile ( this referencedFileSave, string alternativeFileName = null ) : string
referencedFileSave this
alternativeFileName string
Résultat string

GetUnqualifiedTypeForCsv() public static méthode

public static GetUnqualifiedTypeForCsv ( this referencedFileSave, string alternativeFileName = null ) : string
referencedFileSave this
alternativeFileName string
Résultat string

IsFileSourceForThis() public static méthode

public static IsFileSourceForThis ( this instance, string fileName ) : bool
instance this
fileName string
Résultat bool

ReferencedFileSaveToString() public static méthode

public static ReferencedFileSaveToString ( ReferencedFileSave instance ) : string
instance ReferencedFileSave
Résultat string