SetRole() public method

public SetRole ( string role ) : void
role string
return void
Example #1
0
        public static PackageManifest DefaultModuleManifest()
        {
            var manifest = new PackageManifest();

            manifest.SetRole(BottleRoles.Module);

            return(manifest);
        }
Example #2
0
        public static PackageManifest DefaultModuleManifest()
        {
            var manifest = new PackageManifest();
            manifest.SetRole(BottleRoles.Module);

            return manifest;
        }