NSManagedObjectModel.MergedModelFromBundles Metodo

Definizione

Overload

MergedModelFromBundles(NSBundle[])
MergedModelFromBundles(NSBundle[], NSDictionary)

MergedModelFromBundles(NSBundle[])

[Foundation.Export("mergedModelFromBundles:")]
public static CoreData.NSManagedObjectModel MergedModelFromBundles (Foundation.NSBundle[] bundles);
static member MergedModelFromBundles : Foundation.NSBundle[] -> CoreData.NSManagedObjectModel

Parametri

bundles
NSBundle[]

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a

MergedModelFromBundles(NSBundle[], NSDictionary)

[Foundation.Export("mergedModelFromBundles:forStoreMetadata:")]
public static CoreData.NSManagedObjectModel MergedModelFromBundles (Foundation.NSBundle[] bundles, Foundation.NSDictionary metadata);
static member MergedModelFromBundles : Foundation.NSBundle[] * Foundation.NSDictionary -> CoreData.NSManagedObjectModel

Parametri

bundles
NSBundle[]

Da aggiungere.

Questo parametro può essere null.

metadata
NSDictionary

Restituisce

Attributi

Si applica a